Class: BuildingSync::ControlLightingType::AdvancedPowerStrip

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

Instance Method Summary collapse

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

#controlStrategyObject

Returns the value of attribute controlStrategy.



17192
17193
17194
# File 'lib/BuildingSync.rb', line 17192

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



17191
17192
17193
# File 'lib/BuildingSync.rb', line 17191

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17193
17194
17195
# File 'lib/BuildingSync.rb', line 17193

def otherControlStrategyName
  @otherControlStrategyName
end