Class: DishwasherUse

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
Earth::Model
Defined in:
lib/earth/residence/dishwasher_use.rb

Constant Summary collapse

TABLE_STRUCTURE =
<<-EOS

CREATE TABLE dishwasher_uses
  (
     name                                                 CHARACTER VARYING(255) NOT NULL PRIMARY KEY,
     annual_energy_from_electricity_for_dishwashers       FLOAT,
     annual_energy_from_electricity_for_dishwashers_units CHARACTER VARYING(255)
  );

EOS

Method Summary

Methods included from Earth::Model

extend_mining, extended, registry