Sha256: f578c6fb88116f360d0f3b34dacac1ff0e1446ff4ff693cc349c6eab6e32c79c

Contents?: true

Size: 257 Bytes

Versions: 8

Compression:

Stored size: 257 Bytes

Contents

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

8 entries across 8 versions & 1 rubygems

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