Method: Fog::Compute::CloudSigma::PriceRecord#price

Defined in:
lib/fog/cloudsigma/models/price_record.rb

#priceObject



15
16
17
18
19
20
21
# File 'lib/fog/cloudsigma/models/price_record.rb', line 15

def price
  if attributes[:price]
    BigDecimal(attributes[:price])
  else
    nil
  end
end