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.



17081
17082
17083
17084
17085
# File 'lib/BuildingSync.rb', line 17081

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.



17078
17079
17080
# File 'lib/BuildingSync.rb', line 17078

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



17077
17078
17079
# File 'lib/BuildingSync.rb', line 17077

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17079
17080
17081
# File 'lib/BuildingSync.rb', line 17079

def otherControlStrategyName
  @otherControlStrategyName
end