Sha256: 957da840fd489ff849e223c3b300e88f5ece2301d08296b27ed5d0b89e4d206a

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

class AutomobileTypeFuelControl < ActiveRecord::Base
  self.primary_key = "name"

  col :name
  col :type_name
  col :fuel_family
  col :control_name
  col :ch4_emission_factor, :type => :float
  col :ch4_emission_factor_units
  col :n2o_emission_factor, :type => :float
  col :n2o_emission_factor_units
  
  warn_unless_size 20
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
earth-0.12.4 lib/earth/automobile/automobile_type_fuel_control.rb
earth-0.12.3 lib/earth/automobile/automobile_type_fuel_control.rb
earth-0.12.2 lib/earth/automobile/automobile_type_fuel_control.rb