Method: Fog::Compute::RackspaceV2::Attachments#all
- Defined in:
- lib/fog/rackspace/models/compute_v2/attachments.rb
permalink #all ⇒ Object
[View source]
13 14 15 16 |
# File 'lib/fog/rackspace/models/compute_v2/attachments.rb', line 13 def all data = connection.(server.id).body['volumeAttachments'] load(data) end |