Class: BuildingSync::HVACSystemType::HeatingAndCoolingSystems::Deliveries::Delivery::HeatingSourceID
- Inherits:
-
Object
- Object
- BuildingSync::HVACSystemType::HeatingAndCoolingSystems::Deliveries::Delivery::HeatingSourceID
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: HeatingSourceID http://buildingsync.net/schemas/bedes-auc/2019HeatingSourceID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ HeatingSourceID
constructor
A new instance of HeatingSourceID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ HeatingSourceID
Returns a new instance of HeatingSourceID.
7085 7086 7087 |
# File 'lib/BuildingSync.rb', line 7085 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
7073 7074 7075 |
# File 'lib/BuildingSync.rb', line 7073 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
7077 7078 7079 |
# File 'lib/BuildingSync.rb', line 7077 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
7081 7082 7083 |
# File 'lib/BuildingSync.rb', line 7081 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |