Sha256: 752565227a69239965b44718a54d7e6c555832418a401c0a62de8e42efee0d4c

Contents?: true

Size: 302 Bytes

Versions: 5

Compression:

Stored size: 302 Bytes

Contents

class DishwasherUse < ActiveRecord::Base
  self.primary_key = "name"
  
  has_many :residential_energy_consumption_survey_responses

  col :name
  col :annual_energy_from_electricity_for_dishwashers, :type => :float
  col :annual_energy_from_electricity_for_dishwashers_units

  warn_unless_size 5
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
earth-0.12.4 lib/earth/residence/dishwasher_use.rb
earth-0.12.3 lib/earth/residence/dishwasher_use.rb
earth-0.12.2 lib/earth/residence/dishwasher_use.rb
earth-0.12.1 lib/earth/residence/dishwasher_use.rb
earth-0.12.0 lib/earth/residence/dishwasher_use.rb