Class: BuildingSync::ControlGeneralType::OtherControlTechnology
- Inherits:
-
Object
- Object
- BuildingSync::ControlGeneralType::OtherControlTechnology
- 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::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.
-
#otherControlTechnologyName ⇒ Object
Returns the value of attribute otherControlTechnologyName.
Instance Method Summary collapse
-
#initialize(controlSystemType = nil, otherControlTechnologyName = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ OtherControlTechnology
constructor
A new instance of OtherControlTechnology.
Constructor Details
#initialize(controlSystemType = nil, otherControlTechnologyName = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ OtherControlTechnology
Returns a new instance of OtherControlTechnology.
17151 17152 17153 17154 17155 17156 |
# File 'lib/BuildingSync.rb', line 17151 def initialize(controlSystemType = nil, otherControlTechnologyName = nil, controlStrategy = nil, otherControlStrategyName = nil) @controlSystemType = controlSystemType @otherControlTechnologyName = otherControlTechnologyName @controlStrategy = controlStrategy @otherControlStrategyName = otherControlStrategyName end |
Instance Attribute Details
#controlStrategy ⇒ Object
Returns the value of attribute controlStrategy.
17148 17149 17150 |
# File 'lib/BuildingSync.rb', line 17148 def controlStrategy @controlStrategy end |
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
17146 17147 17148 |
# File 'lib/BuildingSync.rb', line 17146 def controlSystemType @controlSystemType end |
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
17149 17150 17151 |
# File 'lib/BuildingSync.rb', line 17149 def otherControlStrategyName @otherControlStrategyName end |
#otherControlTechnologyName ⇒ Object
Returns the value of attribute otherControlTechnologyName.
17147 17148 17149 |
# File 'lib/BuildingSync.rb', line 17147 def otherControlTechnologyName @otherControlTechnologyName end |