Class: BuildingSync::SpaceIDs::SpaceID
- Inherits:
-
Object
- Object
- BuildingSync::SpaceIDs::SpaceID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019SpaceID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ SpaceID
constructor
A new instance of SpaceID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ SpaceID
Returns a new instance of SpaceID.
24324 24325 24326 |
# File 'lib/BuildingSync.rb', line 24324 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
24312 24313 24314 |
# File 'lib/BuildingSync.rb', line 24312 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
24316 24317 24318 |
# File 'lib/BuildingSync.rb', line 24316 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
24320 24321 24322 |
# File 'lib/BuildingSync.rb', line 24320 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |