Class: BuildingSync::LinkedSiteID
- Inherits:
-
Object
- Object
- BuildingSync::LinkedSiteID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019LinkedSiteID
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) ⇒ LinkedSiteID
constructor
A new instance of LinkedSiteID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize(linkedScheduleIDs = nil, floorAreas = nil) ⇒ LinkedSiteID
Returns a new instance of LinkedSiteID.
23728 23729 23730 23731 23732 |
# File 'lib/BuildingSync.rb', line 23728 def initialize(linkedScheduleIDs = nil, floorAreas = nil) @linkedScheduleIDs = linkedScheduleIDs @floorAreas = floorAreas @__xmlattr = {} end |
Instance Attribute Details
#floorAreas ⇒ Object
Returns the value of attribute floorAreas.
23714 23715 23716 |
# File 'lib/BuildingSync.rb', line 23714 def floorAreas @floorAreas end |
#linkedScheduleIDs ⇒ Object
Returns the value of attribute linkedScheduleIDs.
23713 23714 23715 |
# File 'lib/BuildingSync.rb', line 23713 def linkedScheduleIDs @linkedScheduleIDs end |
Instance Method Details
#__xmlattr ⇒ Object
23716 23717 23718 |
# File 'lib/BuildingSync.rb', line 23716 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
23720 23721 23722 |
# File 'lib/BuildingSync.rb', line 23720 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
23724 23725 23726 |
# File 'lib/BuildingSync.rb', line 23724 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |