Class: BuildingSync::ThermalZoneIDs::ThermalZoneID
- Inherits:
-
Object
- Object
- BuildingSync::ThermalZoneIDs::ThermalZoneID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019ThermalZoneID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ ThermalZoneID
constructor
A new instance of ThermalZoneID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ ThermalZoneID
Returns a new instance of ThermalZoneID.
24442 24443 24444 |
# File 'lib/BuildingSync.rb', line 24442 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
24430 24431 24432 |
# File 'lib/BuildingSync.rb', line 24430 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
24434 24435 24436 |
# File 'lib/BuildingSync.rb', line 24434 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
24438 24439 24440 |
# File 'lib/BuildingSync.rb', line 24438 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |