Class: BuildingSync::ThermalZoneType::HVACScheduleIDs::HVACScheduleID
- Inherits:
-
Object
- Object
- BuildingSync::ThermalZoneType::HVACScheduleIDs::HVACScheduleID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019HVACScheduleID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ HVACScheduleID
constructor
A new instance of HVACScheduleID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ HVACScheduleID
Returns a new instance of HVACScheduleID.
1559 1560 1561 |
# File 'lib/BuildingSync.rb', line 1559 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
1547 1548 1549 |
# File 'lib/BuildingSync.rb', line 1547 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
1551 1552 1553 |
# File 'lib/BuildingSync.rb', line 1551 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
1555 1556 1557 |
# File 'lib/BuildingSync.rb', line 1555 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |