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.



20887
20888
20889
# File 'lib/BuildingSync.rb', line 20887

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



20875
20876
20877
# File 'lib/BuildingSync.rb', line 20875

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDrefObject



20879
20880
20881
# File 'lib/BuildingSync.rb', line 20879

def xmlattr_IDref
  __xmlattr[AttrIDref]
end

#xmlattr_IDref=(value) ⇒ Object



20883
20884
20885
# File 'lib/BuildingSync.rb', line 20883

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