Class: BuildingSync::Occupancy
- Inherits:
-
Object
- Object
- BuildingSync::Occupancy
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019Occupancy
controlSystemType - BuildingSync::ControlSystemType
controlSensor - BuildingSync::ControlSensorOccupancyType
controlStrategy - BuildingSync::ControlStrategyOccupancyType
otherControlStrategyName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#controlSensor ⇒ Object
Returns the value of attribute controlSensor.
-
#controlStrategy ⇒ Object
Returns the value of attribute controlStrategy.
-
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
-
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
Instance Method Summary collapse
-
#initialize(controlSystemType = nil, controlSensor = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Occupancy
constructor
A new instance of Occupancy.
Constructor Details
#initialize(controlSystemType = nil, controlSensor = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Occupancy
Returns a new instance of Occupancy.
24043 24044 24045 24046 24047 24048 |
# File 'lib/BuildingSync.rb', line 24043 def initialize(controlSystemType = nil, controlSensor = nil, controlStrategy = nil, otherControlStrategyName = nil) @controlSystemType = controlSystemType @controlSensor = controlSensor @controlStrategy = controlStrategy @otherControlStrategyName = otherControlStrategyName end |
Instance Attribute Details
#controlSensor ⇒ Object
Returns the value of attribute controlSensor.
24039 24040 24041 |
# File 'lib/BuildingSync.rb', line 24039 def controlSensor @controlSensor end |
#controlStrategy ⇒ Object
Returns the value of attribute controlStrategy.
24040 24041 24042 |
# File 'lib/BuildingSync.rb', line 24040 def controlStrategy @controlStrategy end |
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
24038 24039 24040 |
# File 'lib/BuildingSync.rb', line 24038 def controlSystemType @controlSystemType end |
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
24041 24042 24043 |
# File 'lib/BuildingSync.rb', line 24041 def otherControlStrategyName @otherControlStrategyName end |