Class: AirConditionerUse

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

Constant Summary collapse

TABLE_STRUCTURE =
"\nCREATE TABLE air_conditioner_uses\n  (\n     name                    CHARACTER VARYING(255) NOT NULL PRIMARY KEY,\n     fugitive_emission       FLOAT,\n     fugitive_emission_units CHARACTER VARYING(255)\n  );\n\n"

Method Summary

Methods included from Earth::Model

extend_mining, extended, registry