Method: Fog::Compute::RackspaceV2::Attachments#all

Defined in:
lib/fog/rackspace/models/compute_v2/attachments.rb

#allObject

[View source]

13
14
15
16
# File 'lib/fog/rackspace/models/compute_v2/attachments.rb', line 13

def all
  data = connection.list_attachments(server.id).body['volumeAttachments']
  load(data)
end