Class: BuildingSync::FloorAreas::FloorArea::ExcludedSectionIDs::ExcludedSectionID
- Inherits:
-
Object
- Object
- BuildingSync::FloorAreas::FloorArea::ExcludedSectionIDs::ExcludedSectionID
- 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
- #__xmlattr ⇒ Object
-
#initialize ⇒ ExcludedSectionID
constructor
A new instance of ExcludedSectionID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ ExcludedSectionID
Returns a new instance of ExcludedSectionID.
21109 21110 21111 |
# File 'lib/BuildingSync.rb', line 21109 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
21097 21098 21099 |
# File 'lib/BuildingSync.rb', line 21097 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
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 |