Class: BuildingSync::ClothesWasherCapacity
- Inherits:
-
String
- Object
- String
- BuildingSync::ClothesWasherCapacity
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ClothesWasherCapacity
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) ⇒ ClothesWasherCapacity
constructor
A new instance of ClothesWasherCapacity.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ ClothesWasherCapacity
Returns a new instance of ClothesWasherCapacity.
22765 22766 22767 22768 |
# File 'lib/BuildingSync.rb', line 22765 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
22753 22754 22755 |
# File 'lib/BuildingSync.rb', line 22753 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
22757 22758 22759 |
# File 'lib/BuildingSync.rb', line 22757 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
22761 22762 22763 |
# File 'lib/BuildingSync.rb', line 22761 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |