Class: BuildingSync::DishwasherSystemType::DishwasherHotWaterUse
- Inherits:
-
String
- Object
- String
- BuildingSync::DishwasherSystemType::DishwasherHotWaterUse
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: DishwasherHotWaterUse http://buildingsync.net/schemas/bedes-auc/2019DishwasherHotWaterUse
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) ⇒ DishwasherHotWaterUse
constructor
A new instance of DishwasherHotWaterUse.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ DishwasherHotWaterUse
Returns a new instance of DishwasherHotWaterUse.
11263 11264 11265 11266 |
# File 'lib/BuildingSync.rb', line 11263 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
11251 11252 11253 |
# File 'lib/BuildingSync.rb', line 11251 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
11255 11256 11257 |
# File 'lib/BuildingSync.rb', line 11255 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
11259 11260 11261 |
# File 'lib/BuildingSync.rb', line 11259 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |