Class: BuildingSync::LinkedBuildingID
- Inherits:
-
Object
- Object
- BuildingSync::LinkedBuildingID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedBuildingID
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) ⇒ LinkedBuildingID
constructor
A new instance of LinkedBuildingID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize(linkedScheduleIDs = nil, floorAreas = nil) ⇒ LinkedBuildingID
Returns a new instance of LinkedBuildingID.
23615 23616 23617 23618 23619 |
# File 'lib/BuildingSync.rb', line 23615 def initialize(linkedScheduleIDs = nil, floorAreas = nil) @linkedScheduleIDs = linkedScheduleIDs @floorAreas = floorAreas @__xmlattr = {} end |
Instance Attribute Details
#floorAreas ⇒ Object
Returns the value of attribute floorAreas.
23601 23602 23603 |
# File 'lib/BuildingSync.rb', line 23601 def floorAreas @floorAreas end |
#linkedScheduleIDs ⇒ Object
Returns the value of attribute linkedScheduleIDs.
23600 23601 23602 |
# File 'lib/BuildingSync.rb', line 23600 def linkedScheduleIDs @linkedScheduleIDs end |
Instance Method Details
#__xmlattr ⇒ Object
23603 23604 23605 |
# File 'lib/BuildingSync.rb', line 23603 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
23607 23608 23609 |
# File 'lib/BuildingSync.rb', line 23607 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
23611 23612 23613 |
# File 'lib/BuildingSync.rb', line 23611 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |