Class: ComputationCarrier

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

Constant Summary collapse

TABLE_STRUCTURE =
<<-EOS

CREATE TABLE computation_carriers
  (
     name                      CHARACTER VARYING(255) NOT NULL PRIMARY KEY,
     power_usage_effectiveness FLOAT
  );

EOS

Method Summary

Methods included from Earth::Model

extend_mining, extended, registry