Sha256: d40d0443990510187a0c26a0801f3ef93f511fa6ad8a6742b6b031297d5a913f

Contents?: true

Size: 312 Bytes

Versions: 5

Compression:

Stored size: 312 Bytes

Contents

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

  col :name
  col :annual_energy_from_electricity_for_clothes_driers, :type => :float
  col :annual_energy_from_electricity_for_clothes_driers_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/clothes_machine_use.rb
earth-0.12.3 lib/earth/residence/clothes_machine_use.rb
earth-0.12.2 lib/earth/residence/clothes_machine_use.rb
earth-0.12.1 lib/earth/residence/clothes_machine_use.rb
earth-0.12.0 lib/earth/residence/clothes_machine_use.rb