Class: BuildingSync::DuctSystemType::CoolingDeliveryID
- Inherits:
-
Object
- Object
- BuildingSync::DuctSystemType::CoolingDeliveryID
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: CoolingDeliveryID http://buildingsync.net/schemas/bedes-auc/2019CoolingDeliveryID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ CoolingDeliveryID
constructor
A new instance of CoolingDeliveryID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ CoolingDeliveryID
Returns a new instance of CoolingDeliveryID.
7546 7547 7548 |
# File 'lib/BuildingSync.rb', line 7546 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
7534 7535 7536 |
# File 'lib/BuildingSync.rb', line 7534 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
7538 7539 7540 |
# File 'lib/BuildingSync.rb', line 7538 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
7542 7543 7544 |
# File 'lib/BuildingSync.rb', line 7542 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |