Class: BuildingSync::ControlLightingType::Timer

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: Timer http://buildingsync.net/schemas/bedes-auc/2019Timer

controlSystemType - BuildingSync::ControlSystemType
controlStrategy - BuildingSync::ControlStrategyLightingType
otherControlStrategyName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Timer.



17130
17131
17132
17133
17134
# File 'lib/BuildingSync.rb', line 17130

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.



17127
17128
17129
# File 'lib/BuildingSync.rb', line 17127

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



17126
17127
17128
# File 'lib/BuildingSync.rb', line 17126

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17128
17129
17130
# File 'lib/BuildingSync.rb', line 17128

def otherControlStrategyName
  @otherControlStrategyName
end