Sha256: 56dcddaddd7db9fdce8f97d5bf7c0e8e3544bb66a20123b181bd4276982ba095
Contents?: true
Size: 281 Bytes
Versions: 2
Compression:
Stored size: 281 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def update_image(options = {}) request( :path => '/Storm/Image/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/compute/storm_on_demand/requests/update_image.rb |
fog-storm_on_demand-0.0.1 | lib/fog/compute/storm_on_demand/requests/update_image.rb |