# File lib/fog/storm_on_demand/models/compute/product.rb, line 21definitialize(attributes={})
superend
Public Instance Methods
price(options)click to toggle source
# File lib/fog/storm_on_demand/models/compute/product.rb, line 25defprice(options)
requires:identityservice.get_product_price({:code =>identity}.merge!(options)).bodyend
starting_price()click to toggle source
# File lib/fog/storm_on_demand/models/compute/product.rb, line 30defstarting_pricerequires:identityservice.get_product_starting_price(:code =>identity).body['items']
end