Sha256: 1528d12903381c45d80e3159c3525aea7806d2cd754499e2bc0c75d1740c3bb8

Contents?: true

Size: 332 Bytes

Versions: 3

Compression:

Stored size: 332 Bytes

Contents

require 'earth/fuel'
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

3 entries across 3 versions & 1 rubygems

Version Path
earth-0.11.10 lib/earth/automobile/automobile_make_year.rb
earth-0.11.9 lib/earth/automobile/automobile_make_year.rb
earth-0.11.8 lib/earth/automobile/automobile_make_year.rb