Sha256: e70dc8b6047968c19a82cbb1567c936e28d3f17207989f4a2a8833ce8caf51e5

Contents?: true

Size: 311 Bytes

Versions: 8

Compression:

Stored size: 311 Bytes

Contents

class AutomobileMakeYear < ActiveRecord::Base
  set_primary_key :name
  
  col :name
  col :make_name
  col :year, :type => :integer
  col :fuel_efficiency, :type => :float
  col :fuel_efficiency_units
  col :volume, :type => :integer # This will sometimes be null because not all make_years have CAFE data
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
earth-0.11.7 lib/earth/automobile/automobile_make_year.rb
earth-0.11.6 lib/earth/automobile/automobile_make_year.rb
earth-0.11.5 lib/earth/automobile/automobile_make_year.rb
earth-0.11.4 lib/earth/automobile/automobile_make_year.rb
earth-0.11.3 lib/earth/automobile/automobile_make_year.rb
earth-0.11.2 lib/earth/automobile/automobile_make_year.rb
earth-0.11.1 lib/earth/automobile/automobile_make_year.rb
earth-0.11.0 lib/earth/automobile/automobile_make_year.rb