Class: ElectricityMix

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/earth/locality/electricity_mix.rb

Instance Method Summary collapse

Instance Method Details

#energy_contentObject



4
5
6
# File 'lib/earth/locality/electricity_mix.rb', line 4

def energy_content
  1.kilowatt_hours.to(:megajoules)
end

#energy_content_unitsObject



8
9
10
# File 'lib/earth/locality/electricity_mix.rb', line 8

def energy_content_units
  'megajoules_per_kilowatt_hour'
end