Class: BuildingSync::DuctSystemType::HeatingDeliveryID
- Inherits:
-
Object
- Object
- BuildingSync::DuctSystemType::HeatingDeliveryID
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: HeatingDeliveryID http://buildingsync.net/schemas/bedes-auc/2019HeatingDeliveryID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ HeatingDeliveryID
constructor
A new instance of HeatingDeliveryID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ HeatingDeliveryID
Returns a new instance of HeatingDeliveryID.
7523 7524 7525 |
# File 'lib/BuildingSync.rb', line 7523 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
7511 7512 7513 |
# File 'lib/BuildingSync.rb', line 7511 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
7515 7516 7517 |
# File 'lib/BuildingSync.rb', line 7515 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
7519 7520 7521 |
# File 'lib/BuildingSync.rb', line 7519 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |