Sha256: a4a436348954d24e13ac80e24d9abef6a735c97b70ee40c37596cdea39103535
Contents?: true
Size: 298 Bytes
Versions: 53
Compression:
Stored size: 298 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def get_product_starting_price(options={}) request( :path => '/Product/startingPrice', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems