Class: BuildingSync::LifeCycleSavingsWaterCost
- Inherits:
-
String
- Object
- String
- BuildingSync::LifeCycleSavingsWaterCost
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LifeCycleSavingsWaterCost
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) ⇒ LifeCycleSavingsWaterCost
constructor
A new instance of LifeCycleSavingsWaterCost.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ LifeCycleSavingsWaterCost
Returns a new instance of LifeCycleSavingsWaterCost.
22604 22605 22606 22607 |
# File 'lib/BuildingSync.rb', line 22604 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
22592 22593 22594 |
# File 'lib/BuildingSync.rb', line 22592 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
22596 22597 22598 |
# File 'lib/BuildingSync.rb', line 22596 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
22600 22601 22602 |
# File 'lib/BuildingSync.rb', line 22600 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |