Class: BuildingSync::LinkedSystemID
- Inherits:
-
Object
- Object
- BuildingSync::LinkedSystemID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedSystemID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ LinkedSystemID
constructor
A new instance of LinkedSystemID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ LinkedSystemID
Returns a new instance of LinkedSystemID.
23781 23782 23783 |
# File 'lib/BuildingSync.rb', line 23781 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
23769 23770 23771 |
# File 'lib/BuildingSync.rb', line 23769 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
23773 23774 23775 |
# File 'lib/BuildingSync.rb', line 23773 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
23777 23778 23779 |
# File 'lib/BuildingSync.rb', line 23777 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |