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



16951
16952
16953
16954
16955
# File 'lib/BuildingSync.rb', line 16951

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.



16948
16949
16950
# File 'lib/BuildingSync.rb', line 16948

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



16947
16948
16949
# File 'lib/BuildingSync.rb', line 16947

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



16949
16950
16951
# File 'lib/BuildingSync.rb', line 16949

def otherControlStrategyName
  @otherControlStrategyName
end