Class: BuildingSync::LifeCycleSavingsEnergy
- Inherits:
-
String
- Object
- String
- BuildingSync::LifeCycleSavingsEnergy
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LifeCycleSavingsEnergy
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) ⇒ LifeCycleSavingsEnergy
constructor
A new instance of LifeCycleSavingsEnergy.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ LifeCycleSavingsEnergy
Returns a new instance of LifeCycleSavingsEnergy.
22535 22536 22537 22538 |
# File 'lib/BuildingSync.rb', line 22535 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
22523 22524 22525 |
# File 'lib/BuildingSync.rb', line 22523 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
22527 22528 22529 |
# File 'lib/BuildingSync.rb', line 22527 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
22531 22532 22533 |
# File 'lib/BuildingSync.rb', line 22531 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |