Class: BuildingSync::OtherHVACSystemType::LinkedDeliveryIDs::LinkedDeliveryID
- Inherits:
-
Object
- Object
- BuildingSync::OtherHVACSystemType::LinkedDeliveryIDs::LinkedDeliveryID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedDeliveryID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ LinkedDeliveryID
constructor
A new instance of LinkedDeliveryID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ LinkedDeliveryID
Returns a new instance of LinkedDeliveryID.
9062 9063 9064 |
# File 'lib/BuildingSync.rb', line 9062 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
9050 9051 9052 |
# File 'lib/BuildingSync.rb', line 9050 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
9054 9055 9056 |
# File 'lib/BuildingSync.rb', line 9054 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
9058 9059 9060 |
# File 'lib/BuildingSync.rb', line 9058 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |