Sha256: fadc67085f715ca38eaaf4b252fa174015568fb0ec0802b5e770109241f505bc
Contents?: true
Size: 279 Bytes
Versions: 15
Compression:
Stored size: 279 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
15 entries across 15 versions & 4 rubygems