Class: BuildingSync::ControlGeneralType::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::ControlStrategyGeneralType
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.



16968
16969
16970
16971
16972
# File 'lib/BuildingSync.rb', line 16968

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.



16965
16966
16967
# File 'lib/BuildingSync.rb', line 16965

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



16964
16965
16966
# File 'lib/BuildingSync.rb', line 16964

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



16966
16967
16968
# File 'lib/BuildingSync.rb', line 16966

def otherControlStrategyName
  @otherControlStrategyName
end