Sha256: e2e275af0a72c68486756c560e815a281bf2dbc2b86e505781e143869ebee65e
Contents?: true
Size: 282 Bytes
Versions: 53
Compression:
Stored size: 282 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def restore_image(options={}) request( :path => '/Storm/Image/restore', :body => Fog::JSON.encode(params => options) ) end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems