Class: BuildingSync::SpaceType::OccupancyScheduleIDs::OccupancyScheduleID
- Inherits:
-
Object
- Object
- BuildingSync::SpaceType::OccupancyScheduleIDs::OccupancyScheduleID
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019OccupancyScheduleID
xmlattr_IDref - SOAP::SOAPIDREF
Constant Summary collapse
- AttrIDref =
XSD::QName.new(nil, "IDref")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ OccupancyScheduleID
constructor
A new instance of OccupancyScheduleID.
- #xmlattr_IDref ⇒ Object
- #xmlattr_IDref=(value) ⇒ Object
Constructor Details
#initialize ⇒ OccupancyScheduleID
Returns a new instance of OccupancyScheduleID.
1753 1754 1755 |
# File 'lib/BuildingSync.rb', line 1753 def initialize @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
1741 1742 1743 |
# File 'lib/BuildingSync.rb', line 1741 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_IDref ⇒ Object
1745 1746 1747 |
# File 'lib/BuildingSync.rb', line 1745 def xmlattr_IDref __xmlattr[AttrIDref] end |
#xmlattr_IDref=(value) ⇒ Object
1749 1750 1751 |
# File 'lib/BuildingSync.rb', line 1749 def xmlattr_IDref=(value) __xmlattr[AttrIDref] = value end |