Class: BuildingSync::AllResourceTotalType::WaterUse
- Inherits:
-
String
- Object
- String
- BuildingSync::AllResourceTotalType::WaterUse
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: WaterUse http://buildingsync.net/schemas/bedes-auc/2019WaterUse
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) ⇒ WaterUse
constructor
A new instance of WaterUse.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ WaterUse
Returns a new instance of WaterUse.
4654 4655 4656 4657 |
# File 'lib/BuildingSync.rb', line 4654 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
4642 4643 4644 |
# File 'lib/BuildingSync.rb', line 4642 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
4646 4647 4648 |
# File 'lib/BuildingSync.rb', line 4646 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
4650 4651 4652 |
# File 'lib/BuildingSync.rb', line 4650 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |