Class: BuildingSync::ControlGeneralType::Manual
- Inherits:
-
Object
- Object
- BuildingSync::ControlGeneralType::Manual
- 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
-
#controlStrategy ⇒ Object
Returns the value of attribute controlStrategy.
-
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
-
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
Instance Method Summary collapse
-
#initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Manual
constructor
A new instance of Manual.
Constructor Details
#initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Manual
Returns a new instance of Manual.
17098 17099 17100 17101 17102 |
# File 'lib/BuildingSync.rb', line 17098 def initialize(controlSystemType = nil, controlStrategy = nil, otherControlStrategyName = nil) @controlSystemType = controlSystemType @controlStrategy = controlStrategy @otherControlStrategyName = otherControlStrategyName end |
Instance Attribute Details
#controlStrategy ⇒ Object
Returns the value of attribute controlStrategy.
17095 17096 17097 |
# File 'lib/BuildingSync.rb', line 17095 def controlStrategy @controlStrategy end |
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
17094 17095 17096 |
# File 'lib/BuildingSync.rb', line 17094 def controlSystemType @controlSystemType end |
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
17096 17097 17098 |
# File 'lib/BuildingSync.rb', line 17096 def otherControlStrategyName @otherControlStrategyName end |