Class: BuildingSync::HeatRecoveryType
- Inherits:
-
Object
- Object
- BuildingSync::HeatRecoveryType
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaHeatRecoveryType
xmlattr_unit - SOAP::SOAPNMTOKEN
Constant Summary collapse
- AttrUnit =
XSD::QName.new(nil, "unit")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ HeatRecoveryType
constructor
A new instance of HeatRecoveryType.
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize ⇒ HeatRecoveryType
Returns a new instance of HeatRecoveryType.
28562 28563 28564 |
# File 'lib/BuildingSync.rb', line 28562 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
28550 28551 28552 |
# File 'lib/BuildingSync.rb', line 28550 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_unit ⇒ Object
28554 28555 28556 |
# File 'lib/BuildingSync.rb', line 28554 def xmlattr_unit __xmlattr[AttrUnit] end |
#xmlattr_unit=(value) ⇒ Object
28558 28559 28560 |
# File 'lib/BuildingSync.rb', line 28558 def xmlattr_unit=(value) __xmlattr[AttrUnit] = value end |