Class: BuildingSync::ReferenceCase

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://buildingsync.net/schemas/bedes-auc/2019ReferenceCase

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

AttrIDref =
XSD::QName.new(nil, "IDref")

Instance Method Summary collapse

Constructor Details

#initializeReferenceCase

Returns a new instance of ReferenceCase.



21473
21474
21475
# File 'lib/BuildingSync.rb', line 21473

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



21461
21462
21463
# File 'lib/BuildingSync.rb', line 21461

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



21465
21466
21467
# File 'lib/BuildingSync.rb', line 21465

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



21469
21470
21471
# File 'lib/BuildingSync.rb', line 21469

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