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.



23435
23436
23437
# File 'lib/BuildingSync.rb', line 23435

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



23423
23424
23425
# File 'lib/BuildingSync.rb', line 23423

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



23427
23428
23429
# File 'lib/BuildingSync.rb', line 23427

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



23431
23432
23433
# File 'lib/BuildingSync.rb', line 23431

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