Class: BuildingSync::ControlLightingType::OtherControlTechnology

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: OtherControlTechnology http://buildingsync.net/schemas/bedes-auc/2019OtherControlTechnology

controlSystemType - BuildingSync::ControlSystemType
otherControlTechnologyName - SOAP::SOAPString
controlStrategy - BuildingSync::ControlStrategyLightingType
otherControlStrategyName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(controlSystemType = nil, otherControlTechnologyName = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ OtherControlTechnology

Returns a new instance of OtherControlTechnology.



17149
17150
17151
17152
17153
17154
# File 'lib/BuildingSync.rb', line 17149

def initialize(controlSystemType = nil, otherControlTechnologyName = nil, controlStrategy = nil, otherControlStrategyName = nil)
  @controlSystemType = controlSystemType
  @otherControlTechnologyName = otherControlTechnologyName
  @controlStrategy = controlStrategy
  @otherControlStrategyName = otherControlStrategyName
end

Instance Attribute Details

#controlStrategyObject

Returns the value of attribute controlStrategy.



17146
17147
17148
# File 'lib/BuildingSync.rb', line 17146

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



17144
17145
17146
# File 'lib/BuildingSync.rb', line 17144

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17147
17148
17149
# File 'lib/BuildingSync.rb', line 17147

def otherControlStrategyName
  @otherControlStrategyName
end

#otherControlTechnologyNameObject

Returns the value of attribute otherControlTechnologyName.



17145
17146
17147
# File 'lib/BuildingSync.rb', line 17145

def otherControlTechnologyName
  @otherControlTechnologyName
end