Sha256: 58c849fab1e193234759779ae27318aa37ddfb174a84188d924defc62b43ec39
Contents?: true
Size: 448 Bytes
Versions: 3
Compression:
Stored size: 448 Bytes
Contents
require 'earth/fuel' require 'earth/locality' class CountryRailTractionClass < ActiveRecord::Base set_primary_key :name col :name col :country_iso_3166_code col :rail_traction_name col :rail_class_name col :electricity_intensity, :type => :float col :electricity_intensity_units col :diesel_intensity, :type => :float col :diesel_intensity_units col :co2_emission_factor, :type => :float col :co2_emission_factor_units end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
earth-0.11.10 | lib/earth/rail/country_rail_traction_class.rb |
earth-0.11.9 | lib/earth/rail/country_rail_traction_class.rb |
earth-0.11.8 | lib/earth/rail/country_rail_traction_class.rb |