Class: PortfolioManager::Xml::EnergyMeterAssocAndConfigType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::EnergyMeterAssocAndConfigType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}energyMeterAssocAndConfigType
Instance Attribute Summary collapse
- #meters ⇒ PortfolioManager::Xml::MeterListType
- #propertyRepresentation ⇒ PortfolioManager::Xml::PropertyRepresentation
Instance Method Summary collapse
-
#initialize(meters = nil, propertyRepresentation = nil) ⇒ EnergyMeterAssocAndConfigType
constructor
A new instance of EnergyMeterAssocAndConfigType.
Constructor Details
#initialize(meters = nil, propertyRepresentation = nil) ⇒ EnergyMeterAssocAndConfigType
Returns a new instance of EnergyMeterAssocAndConfigType.
7274 7275 7276 7277 |
# File 'lib/portfolio_manager/xml.rb', line 7274 def initialize(meters = nil, propertyRepresentation = nil) @meters = meters @propertyRepresentation = propertyRepresentation end |
Instance Attribute Details
#meters ⇒ PortfolioManager::Xml::MeterListType
7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/portfolio_manager/xml.rb', line 7270 class EnergyMeterAssocAndConfigType attr_accessor :meters attr_accessor :propertyRepresentation def initialize(meters = nil, propertyRepresentation = nil) @meters = meters @propertyRepresentation = propertyRepresentation end end |
#propertyRepresentation ⇒ PortfolioManager::Xml::PropertyRepresentation
7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/portfolio_manager/xml.rb', line 7270 class EnergyMeterAssocAndConfigType attr_accessor :meters attr_accessor :propertyRepresentation def initialize(meters = nil, propertyRepresentation = nil) @meters = meters @propertyRepresentation = propertyRepresentation end end |