Class: BuildingSync::HeatRecoverySystemType::SystemIDProvidingHeat
- Inherits:
-
Object
- Object
- BuildingSync::HeatRecoverySystemType::SystemIDProvidingHeat
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: SystemIDProvidingHeat http://buildingsync.net/schemas/bedes-auc/2019SystemIDProvidingHeat
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ SystemIDProvidingHeat
constructor
A new instance of SystemIDProvidingHeat.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ SystemIDProvidingHeat
Returns a new instance of SystemIDProvidingHeat.
12511 12512 12513 |
# File 'lib/BuildingSync.rb', line 12511 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
12499 12500 12501 |
# File 'lib/BuildingSync.rb', line 12499 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
12503 12504 12505 |
# File 'lib/BuildingSync.rb', line 12503 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
12507 12508 12509 |
# File 'lib/BuildingSync.rb', line 12507 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |