Class: BuildingSync::HeatRecoverySystemType::SystemIDReceivingHeat
- Inherits:
-
Object
- Object
- BuildingSync::HeatRecoverySystemType::SystemIDReceivingHeat
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: SystemIDReceivingHeat http://buildingsync.net/schemas/bedes-auc/2019SystemIDReceivingHeat
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ SystemIDReceivingHeat
constructor
A new instance of SystemIDReceivingHeat.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ SystemIDReceivingHeat
Returns a new instance of SystemIDReceivingHeat.
12488 12489 12490 |
# File 'lib/BuildingSync.rb', line 12488 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
12476 12477 12478 |
# File 'lib/BuildingSync.rb', line 12476 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
12480 12481 12482 |
# File 'lib/BuildingSync.rb', line 12480 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
12484 12485 12486 |
# File 'lib/BuildingSync.rb', line 12484 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |