Class: BuildingSync::AllResourceTotalType::EnergyCostIndex
- Inherits:
-
String
- Object
- String
- BuildingSync::AllResourceTotalType::EnergyCostIndex
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: EnergyCostIndex http://buildingsync.net/schemas/bedes-auc/2019EnergyCostIndex
xmlattr_Source - SOAP::SOAPString
Constant Summary collapse
- AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ EnergyCostIndex
constructor
A new instance of EnergyCostIndex.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ EnergyCostIndex
Returns a new instance of EnergyCostIndex.
4534 4535 4536 4537 |
# File 'lib/BuildingSync.rb', line 4534 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
4522 4523 4524 |
# File 'lib/BuildingSync.rb', line 4522 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
4526 4527 4528 |
# File 'lib/BuildingSync.rb', line 4526 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
4530 4531 4532 |
# File 'lib/BuildingSync.rb', line 4530 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |