Sha256: 5c7bcb2632faa08a64ab2bd2ba99459eb9639756234cf09b468383854d26ad45
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
module Fog module Storage class StormOnDemand class Real def get_volume(options = {}) request( :path => '/Storage/Block/Volume/details', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/storage/storm_on_demand/requests/get_volume.rb |
fog-storm_on_demand-0.0.1 | lib/fog/storage/storm_on_demand/requests/get_volume.rb |