Class: BuildingSync::LinkedFacilityID
- Inherits:
-
Object
- Object
- BuildingSync::LinkedFacilityID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedFacilityID
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) ⇒ LinkedFacilityID
constructor
A new instance of LinkedFacilityID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize(linkedScheduleIDs = nil, floorAreas = nil) ⇒ LinkedFacilityID
Returns a new instance of LinkedFacilityID.
23644 23645 23646 23647 23648 |
# File 'lib/BuildingSync.rb', line 23644 def initialize(linkedScheduleIDs = nil, floorAreas = nil) @linkedScheduleIDs = linkedScheduleIDs @floorAreas = floorAreas @__xmlattr = {} end |
Instance Attribute Details
#floorAreas ⇒ Object
Returns the value of attribute floorAreas.
23630 23631 23632 |
# File 'lib/BuildingSync.rb', line 23630 def floorAreas @floorAreas end |
#linkedScheduleIDs ⇒ Object
Returns the value of attribute linkedScheduleIDs.
23629 23630 23631 |
# File 'lib/BuildingSync.rb', line 23629 def linkedScheduleIDs @linkedScheduleIDs end |
Instance Method Details
#__xmlattr ⇒ Object
23632 23633 23634 |
# File 'lib/BuildingSync.rb', line 23632 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
23636 23637 23638 |
# File 'lib/BuildingSync.rb', line 23636 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
23640 23641 23642 |
# File 'lib/BuildingSync.rb', line 23640 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |