Sha256: 51706483d8ab1b04b03e07803177151828eb2258b29a55e7c3d56083f360a536
Contents?: true
Size: 301 Bytes
Versions: 51
Compression:
Stored size: 301 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def get_config_details(options={}) request( :path => '/Storm/Config/details', :body => Fog::JSON.encode({ :params => options }) ) end end end end end
Version data entries
51 entries across 51 versions & 3 rubygems