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