Class: AMON::MeteringPoint
- Defined in:
- lib/amon/metering_point.rb
Overview
TODO:
Implement this class
An AMON metering point
Instance Attribute Summary
Attributes inherited from Document
Attributes included from JSONHelper
Instance Method Summary collapse
-
#id ⇒ String
The id for this metering point.
Methods inherited from Document
Constructor Details
This class inherits a constructor from AMON::Document
Instance Method Details
#id ⇒ String
Returns The id for this metering point.
6 |
# File 'lib/amon/metering_point.rb', line 6 field :id, :name => 'meteringPointId' |