Sha256: b2597ba859d39bfef0c863f092bf94421c87203dd33fa8c8707f9043e6843406

Contents?: true

Size: 495 Bytes

Versions: 10

Compression:

Stored size: 495 Bytes

Contents

class AirConditionerUse < ActiveRecord::Base
  set_primary_key :name
  
  has_many :residences
  has_many :residential_energy_consumption_survey_responses

  falls_back_on :fugitive_emission => 0.102295.pounds_per_square_foot.to(:kilograms_per_square_metre), # https://brighterplanet.sifterapp.com/projects/30/issues/430
                :fugitive_emission_units => 'kilograms_per_square_metre'
  
  data_miner do
    tap "Brighter Planet's air conditioner use data", Earth.taps_server
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
earth-0.3.3 lib/earth/residence/air_conditioner_use.rb
earth-0.3.2 lib/earth/residence/air_conditioner_use.rb
earth-0.3.1 lib/earth/residence/air_conditioner_use.rb
earth-0.3.0 lib/earth/residence/air_conditioner_use.rb
earth-0.2.14 lib/earth/residence/air_conditioner_use.rb
earth-0.2.13 lib/earth/residence/air_conditioner_use.rb
earth-0.2.12 lib/earth/residence/air_conditioner_use.rb
earth-0.2.11 lib/earth/residence/air_conditioner_use.rb
earth-0.2.9 lib/earth/residence/air_conditioner_use.rb
earth-0.2.8 lib/earth/residence/air_conditioner_use.rb