Sha256: f07c6efc5377a2791350c96653438373fe05a34b54d333a091308c791c494b64

Contents?: true

Size: 315 Bytes

Versions: 14

Compression:

Stored size: 315 Bytes

Contents

module Fog
  module Compute
    class RackspaceV2
      class Real
        def list_attachments(server_id)
          request(
            :expects => [200, 203, 300],
            :method => 'GET',
            :path => "servers/#{server_id}/os-volume_attachments"
          )
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 7 rubygems

Version Path
fog-nirvanix-1.8.2 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-nirvanix-1.8.1 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-parser-fix-1.6.1 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-test-again-1.6.0 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-parser-fix-1.6.0 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-maestrodev-1.8.0.20130114204828 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-maestrodev-1.8.0.20130111070250 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-maestrodev-1.8.0.20130109172219 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-sgonyea-1.8.1 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-1.8.0 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-1.7.0 lib/fog/rackspace/requests/compute_v2/list_attachments.rb
fog-1.6.0 lib/fog/rackspace/requests/compute_v2/list_attachments.rb