Module: GreenButtonClasses

Defined in:
lib/greenbutton/gb_classes.rb

Defined Under Namespace

Classes: ElectricPowerQualitySummary, ElectricPowerUsageSummary, GreenButtonEntry, IntervalBlock, IntervalReading, LocalTimeParameters, MeterReading, ReadingType, UsagePoint

Constant Summary collapse

Rule =
Helper::Rule
RULES =
[
  Rule.new(:href, "./link[@rel='self']/@href", :string),
  Rule.new(:parent_href, "./link[@rel='up']/@href", :string),
  Rule.new(:id, "./id", :string),
  Rule.new(:title, "./title", :string),
  Rule.new(:date_published, "./published", :datetime),
  Rule.new(:date_updated, "./updated", :datetime)
]