Sha256: a2ef660c1d8c28ae459ede76619fcf735a7f220a635a4e20b63a38c7ecc8840d
Contents?: true
Size: 275 Bytes
Versions: 15
Compression:
Stored size: 275 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def get_product(options={}) request( :path => '/Product/details', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems