Sha256: 738dbb6b32057b7eea650370076380a068d1a9ca99fa9be25b87fb6cbb909e11

Contents?: true

Size: 278 Bytes

Versions: 3

Compression:

Stored size: 278 Bytes

Contents

require 'earth/fuel'
class AutomobileMakeYearFleet < ActiveRecord::Base
  set_primary_key :name
  
  col :name
  col :make_name
  col :year, :type => :integer
  col :fleet
  col :fuel_efficiency, :type => :float
  col :fuel_efficiency_units
  col :volume, :type => :integer
end

Version data entries

3 entries across 3 versions & 1 rubygems

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