# File lib/fog/rackspace/models/compute_v2/server.rb, line 85
        def attachments
          @attachments ||= begin
            Fog::Compute::RackspaceV2::Attachments.new({
              :connection => connection,
              :server => self
            })
          end
        end