Class: BuildingSync::ClothesWasherWaterFactor
- Inherits:
-
String
- Object
- String
- BuildingSync::ClothesWasherWaterFactor
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ClothesWasherWaterFactor
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) ⇒ ClothesWasherWaterFactor
constructor
A new instance of ClothesWasherWaterFactor.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ClothesWasherWaterFactor
Returns a new instance of ClothesWasherWaterFactor.
22811 22812 22813 22814 |
# File 'lib/BuildingSync.rb', line 22811 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
22799 22800 22801 |
# File 'lib/BuildingSync.rb', line 22799 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
22803 22804 22805 |
# File 'lib/BuildingSync.rb', line 22803 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
22807 22808 22809 |
# File 'lib/BuildingSync.rb', line 22807 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |