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