Class: BuildingSync::ControlGeneralType::Thermostat

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Thermostat

Returns a new instance of Thermostat.



16985
16986
16987
16988
16989
# File 'lib/BuildingSync.rb', line 16985

def initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil)
  @controlSystemType = controlSystemType
  @controlStrategy = controlStrategy
  @otherControlStrategyName = otherControlStrategyName
end

Instance Attribute Details

#controlStrategyObject

Returns the value of attribute controlStrategy.



16982
16983
16984
# File 'lib/BuildingSync.rb', line 16982

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



16981
16982
16983
# File 'lib/BuildingSync.rb', line 16981

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



16983
16984
16985
# File 'lib/BuildingSync.rb', line 16983

def otherControlStrategyName
  @otherControlStrategyName
end