Class: BuildingSync::ControlLightingType::AdvancedPowerStrip
- Inherits:
-
Object
- Object
- BuildingSync::ControlLightingType::AdvancedPowerStrip
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: AdvancedPowerStrip http://buildingsync.net/schemas/bedes-auc/2019AdvancedPowerStrip
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) ⇒ AdvancedPowerStrip
constructor
A new instance of AdvancedPowerStrip.
Constructor Details
#initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ AdvancedPowerStrip
Returns a new instance of AdvancedPowerStrip.
17195 17196 17197 17198 17199 |
# File 'lib/BuildingSync.rb', line 17195 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.
17192 17193 17194 |
# File 'lib/BuildingSync.rb', line 17192 def controlStrategy @controlStrategy end |
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
17191 17192 17193 |
# File 'lib/BuildingSync.rb', line 17191 def controlSystemType @controlSystemType end |
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
17193 17194 17195 |
# File 'lib/BuildingSync.rb', line 17193 def otherControlStrategyName @otherControlStrategyName end |