Class: AMON::MeteringPoint

Inherits:
Document show all
Defined in:
lib/amon/metering_point.rb

Overview

TODO:

Implement this class

An AMON metering point

Instance Attribute Summary

Attributes inherited from Document

#session

Attributes included from JSONHelper

#json

Instance Method Summary collapse

Methods inherited from Document

#==, #initialize

Constructor Details

This class inherits a constructor from AMON::Document

Instance Method Details

#idString

Returns The id for this metering point.

Returns:

  • (String)

    The id for this metering point



6
# File 'lib/amon/metering_point.rb', line 6

field :id, :name => 'meteringPointId'