Class: BuildingSync::ControlGeneralType::Thermostat
- Inherits:
-
Object
- Object
- BuildingSync::ControlGeneralType::Thermostat
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Thermostat http://buildingsync.net/schemas/bedes-auc/2019Thermostat
controlSystemType - BuildingSync::ControlSystemType
controlStrategy - BuildingSync::ControlStrategyGeneralType
otherControlStrategyName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#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, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Thermostat
constructor
A new instance of Thermostat.
Constructor Details
#initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Thermostat
Returns a new instance of Thermostat.
17132 17133 17134 17135 17136 |
# File 'lib/BuildingSync.rb', line 17132 def initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) @controlSystemType = controlSystemType @controlStrategy = controlStrategy @otherControlStrategyName = otherControlStrategyName end |
Instance Attribute Details
#controlStrategy ⇒ Object
Returns the value of attribute controlStrategy.
17129 17130 17131 |
# File 'lib/BuildingSync.rb', line 17129 def controlStrategy @controlStrategy end |
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
17128 17129 17130 |
# File 'lib/BuildingSync.rb', line 17128 def controlSystemType @controlSystemType end |
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
17130 17131 17132 |
# File 'lib/BuildingSync.rb', line 17130 def otherControlStrategyName @otherControlStrategyName end |