Sha256: bd76ede3d6b1cb5e36417d149273c88322ba70255efcaf2ecae62e1c7f82bfa0
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-1.22.0 | lib/fog/storm_on_demand/requests/compute/get_config_details.rb |
fog-1.21.0 | lib/fog/storm_on_demand/requests/compute/get_config_details.rb |