Class: BuildingSync::SpaceIDs::SpaceID

Inherits:
Object
  • Object
show all
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

Constructor Details

#initializeSpaceID

Returns a new instance of SpaceID.



24324
24325
24326
# File 'lib/BuildingSync.rb', line 24324

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



24312
24313
24314
# File 'lib/BuildingSync.rb', line 24312

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



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