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.



21251
21252
21253
# File 'lib/BuildingSync.rb', line 21251

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



21239
21240
21241
# File 'lib/BuildingSync.rb', line 21239

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



21243
21244
21245
# File 'lib/BuildingSync.rb', line 21243

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



21247
21248
21249
# File 'lib/BuildingSync.rb', line 21247

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