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