Class: PortfolioManager::Xml::WasteMeterAssocAndConfigType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::WasteMeterAssocAndConfigType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}wasteMeterAssocAndConfigType
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(meters = nil) ⇒ WasteMeterAssocAndConfigType
constructor
A new instance of WasteMeterAssocAndConfigType.
Constructor Details
#initialize(meters = nil) ⇒ WasteMeterAssocAndConfigType
Returns a new instance of WasteMeterAssocAndConfigType.
7301 7302 7303 |
# File 'lib/portfolio_manager/xml.rb', line 7301 def initialize(meters = nil) @meters = meters end |
Instance Attribute Details
#meters ⇒ PortfolioManager::Xml::MeterListType
7298 7299 7300 7301 7302 7303 7304 |
# File 'lib/portfolio_manager/xml.rb', line 7298 class WasteMeterAssocAndConfigType attr_accessor :meters def initialize(meters = nil) @meters = meters end end |