Sha256: 03edf638102bcb7575957f8b17d7e214ccc1fae1b36a3aacd0846a60867e2ba2
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-storm_on_demand-0.1.0 | lib/fog/compute/storm_on_demand/requests/get_config_details.rb |
fog-storm_on_demand-0.0.1 | lib/fog/compute/storm_on_demand/requests/get_config_details.rb |