Class: ClothesMachineUse

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

Constant Summary collapse

TABLE_STRUCTURE =
"\nCREATE TABLE clothes_machine_uses\n  (\n     name                                                    CHARACTER VARYING (255) NOT NULL PRIMARY KEY,\n     annual_energy_from_electricity_for_clothes_driers       FLOAT,\n     annual_energy_from_electricity_for_clothes_driers_units CHARACTER VARYING (255)\n  );\n\n"

Method Summary

Methods included from Earth::Model

extend_mining, extended, registry