# File lib/fog/storm_on_demand/models/compute/product.rb, line 21 def initialize(attributes={}) super end
# File lib/fog/storm_on_demand/models/compute/product.rb, line 25 def price(options) requires :identity service.get_product_price({:code => identity}.merge!(options)).body end
# File lib/fog/storm_on_demand/models/compute/product.rb, line 30 def starting_price requires :identity service.get_product_starting_price(:code => identity).body['items'] end