Method: Fog::Compute::CloudSigma::PriceRecord#base_price
- Defined in:
- lib/fog/cloudsigma/models/price_record.rb
#base_price ⇒ Object
The base price of the resource. This is the price for the base API unit which is byte for memory, data, etc. and MHz for CPU. Also the price is per second for time based resource (basically everything except data transfer which is not limited in time)
31 32 33 |
# File 'lib/fog/cloudsigma/models/price_record.rb', line 31 def base_price price / multiplier end |