Sha256: 836d035a44cd24aa68f76cf5d4636931a156dc6b41b1d0ccb115f97534911759
Contents?: true
Size: 296 Bytes
Versions: 15
Compression:
Stored size: 296 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
15 entries across 15 versions & 4 rubygems