Class: PortfolioManager::Xml::WaterMeterAssocAndConfigType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::WaterMeterAssocAndConfigType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}waterMeterAssocAndConfigType
Instance Attribute Summary collapse
- #meters ⇒ PortfolioManager::Xml::MeterListType
- #propertyRepresentation ⇒ PortfolioManager::Xml::PropertyRepresentation
Instance Method Summary collapse
-
#initialize(meters = nil, propertyRepresentation = nil) ⇒ WaterMeterAssocAndConfigType
constructor
A new instance of WaterMeterAssocAndConfigType.
Constructor Details
#initialize(meters = nil, propertyRepresentation = nil) ⇒ WaterMeterAssocAndConfigType
Returns a new instance of WaterMeterAssocAndConfigType.
7289 7290 7291 7292 |
# File 'lib/portfolio_manager/xml.rb', line 7289 def initialize(meters = nil, propertyRepresentation = nil) @meters = meters @propertyRepresentation = propertyRepresentation end |
Instance Attribute Details
#meters ⇒ PortfolioManager::Xml::MeterListType
7285 7286 7287 7288 7289 7290 7291 7292 7293 |
# File 'lib/portfolio_manager/xml.rb', line 7285 class WaterMeterAssocAndConfigType attr_accessor :meters attr_accessor :propertyRepresentation def initialize(meters = nil, propertyRepresentation = nil) @meters = meters @propertyRepresentation = propertyRepresentation end end |
#propertyRepresentation ⇒ PortfolioManager::Xml::PropertyRepresentation
7285 7286 7287 7288 7289 7290 7291 7292 7293 |
# File 'lib/portfolio_manager/xml.rb', line 7285 class WaterMeterAssocAndConfigType attr_accessor :meters attr_accessor :propertyRepresentation def initialize(meters = nil, propertyRepresentation = nil) @meters = meters @propertyRepresentation = propertyRepresentation end end |