Sha256: ef3c0b4de36aef981a56a5111499855893429318bb51e06eec2f0d8cc5470deb

Contents?: true

Size: 298 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
fog-storm_on_demand-0.1.0 lib/fog/compute/storm_on_demand/requests/get_product_starting_price.rb
fog-storm_on_demand-0.0.1 lib/fog/compute/storm_on_demand/requests/get_product_starting_price.rb