Sha256: af2964772a7a4a06ed72d309157fa04f9617ebd82d8d1df48df2fa5b20293d70

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

module Fog
  module Storage
    class StormOnDemand
      class Real
        def update_volume(options = {})
          request(
            :path => '/Storage/Block/Volume/update',
            :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/update_volume.rb
fog-storm_on_demand-0.0.1 lib/fog/storage/storm_on_demand/requests/update_volume.rb