Class: BuildingSync::ControlLightingType::Timer
- Inherits:
-
Object
- Object
- BuildingSync::ControlLightingType::Timer
- 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
-
#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) ⇒ Timer
constructor
A new instance of Timer.
Constructor Details
#initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Timer
Returns a new instance of Timer.
17277 17278 17279 17280 17281 |
# File 'lib/BuildingSync.rb', line 17277 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.
17274 17275 17276 |
# File 'lib/BuildingSync.rb', line 17274 def controlStrategy @controlStrategy end |
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
17273 17274 17275 |
# File 'lib/BuildingSync.rb', line 17273 def controlSystemType @controlSystemType end |
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
17275 17276 17277 |
# File 'lib/BuildingSync.rb', line 17275 def otherControlStrategyName @otherControlStrategyName end |