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.



17296
17297
17298
17299
17300
17301
# File 'lib/BuildingSync.rb', line 17296

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.



17293
17294
17295
# File 'lib/BuildingSync.rb', line 17293

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



17291
17292
17293
# File 'lib/BuildingSync.rb', line 17291

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17294
17295
17296
# File 'lib/BuildingSync.rb', line 17294

def otherControlStrategyName
  @otherControlStrategyName
end

#otherControlTechnologyNameObject

Returns the value of attribute otherControlTechnologyName.



17292
17293
17294
# File 'lib/BuildingSync.rb', line 17292

def otherControlTechnologyName
  @otherControlTechnologyName
end