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.



23948
23949
23950
# File 'lib/BuildingSync.rb', line 23948

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



23936
23937
23938
# File 'lib/BuildingSync.rb', line 23936

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



23940
23941
23942
# File 'lib/BuildingSync.rb', line 23940

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



23944
23945
23946
# File 'lib/BuildingSync.rb', line 23944

def xmlattr_IDref=(value)
  __xmlattr[AttrIDref] = value
end