Class: BuildingSync::LinkedSectionID
- Inherits:
-
Object
- Object
- BuildingSync::LinkedSectionID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedSectionID
linkedScheduleIDs - BuildingSync::LinkedScheduleIDs
floorAreas - BuildingSync::FloorAreas
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Attribute Summary collapse
-
#floorAreas ⇒ Object
Returns the value of attribute floorAreas.
-
#linkedScheduleIDs ⇒ Object
Returns the value of attribute linkedScheduleIDs.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(linkedScheduleIDs = nil, floorAreas = nil) ⇒ LinkedSectionID
constructor
A new instance of LinkedSectionID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize(linkedScheduleIDs = nil, floorAreas = nil) ⇒ LinkedSectionID
Returns a new instance of LinkedSectionID.
23699 23700 23701 23702 23703 |
# File 'lib/BuildingSync.rb', line 23699 def initialize(linkedScheduleIDs = nil, floorAreas = nil) @linkedScheduleIDs = linkedScheduleIDs @floorAreas = floorAreas @__xmlattr = {} end |
Instance Attribute Details
#floorAreas ⇒ Object
Returns the value of attribute floorAreas.
23685 23686 23687 |
# File 'lib/BuildingSync.rb', line 23685 def floorAreas @floorAreas end |
#linkedScheduleIDs ⇒ Object
Returns the value of attribute linkedScheduleIDs.
23684 23685 23686 |
# File 'lib/BuildingSync.rb', line 23684 def linkedScheduleIDs @linkedScheduleIDs end |
Instance Method Details
#__xmlattr ⇒ Object
23687 23688 23689 |
# File 'lib/BuildingSync.rb', line 23687 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
23691 23692 23693 |
# File 'lib/BuildingSync.rb', line 23691 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
23695 23696 23697 |
# File 'lib/BuildingSync.rb', line 23695 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |