class FuelType

DEPRECATED but FuelPurchase still uses this

Constants

TABLE_STRUCTURE

Public Instance Methods

price() click to toggle source
# File lib/earth/fuel/fuel_type.rb, line 35
def price
  prices.average :price
end