Class: BuildingSync::FloorAreas::FloorArea::ExcludedSectionIDs::ExcludedSectionID

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

Overview

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

xmlattr_IDref - SOAP::SOAPIDREF

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeExcludedSectionID

Returns a new instance of ExcludedSectionID.



21109
21110
21111
# File 'lib/BuildingSync.rb', line 21109

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



21097
21098
21099
# File 'lib/BuildingSync.rb', line 21097

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



21101
21102
21103
# File 'lib/BuildingSync.rb', line 21101

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



21105
21106
21107
# File 'lib/BuildingSync.rb', line 21105

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