Class: BuildingSync::ControlLightingType::Manual

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Manual

Returns a new instance of Manual.



17113
17114
17115
17116
17117
# File 'lib/BuildingSync.rb', line 17113

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.



17110
17111
17112
# File 'lib/BuildingSync.rb', line 17110

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



17109
17110
17111
# File 'lib/BuildingSync.rb', line 17109

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17111
17112
17113
# File 'lib/BuildingSync.rb', line 17111

def otherControlStrategyName
  @otherControlStrategyName
end