Class: BuildingSync::LinkedSystemID

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

Constructor Details

#initializeLinkedSystemID

Returns a new instance of LinkedSystemID.



23781
23782
23783
# File 'lib/BuildingSync.rb', line 23781

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



23769
23770
23771
# File 'lib/BuildingSync.rb', line 23769

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



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