Class: BuildingSync::HeatingPlantType::Boiler::Capacity
- Inherits:
-
String
- Object
- String
- BuildingSync::HeatingPlantType::Boiler::Capacity
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Capacity http://buildingsync.net/schemas/bedes-auc/2019Capacity
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) ⇒ Capacity
constructor
A new instance of Capacity.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ Capacity
7706 7707 7708 7709 |
# File 'lib/BuildingSync.rb', line 7706 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
7694 7695 7696 |
# File 'lib/BuildingSync.rb', line 7694 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
7698 7699 7700 |
# File 'lib/BuildingSync.rb', line 7698 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
7702 7703 7704 |
# File 'lib/BuildingSync.rb', line 7702 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |