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



16934
16935
16936
16937
16938
# File 'lib/BuildingSync.rb', line 16934

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.



16931
16932
16933
# File 'lib/BuildingSync.rb', line 16931

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



16930
16931
16932
# File 'lib/BuildingSync.rb', line 16930

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



16932
16933
16934
# File 'lib/BuildingSync.rb', line 16932

def otherControlStrategyName
  @otherControlStrategyName
end