Class: BuildingSync::ControlLightingType::OtherControlTechnology
- Inherits:
-
Object
- Object
- BuildingSync::ControlLightingType::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::ControlStrategyLightingType
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.
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
#controlStrategy ⇒ Object
Returns the value of attribute controlStrategy.
17293 17294 17295 |
# File 'lib/BuildingSync.rb', line 17293 def controlStrategy @controlStrategy end |
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
17291 17292 17293 |
# File 'lib/BuildingSync.rb', line 17291 def controlSystemType @controlSystemType end |
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
17294 17295 17296 |
# File 'lib/BuildingSync.rb', line 17294 def otherControlStrategyName @otherControlStrategyName end |
#otherControlTechnologyName ⇒ Object
Returns the value of attribute otherControlTechnologyName.
17292 17293 17294 |
# File 'lib/BuildingSync.rb', line 17292 def otherControlTechnologyName @otherControlTechnologyName end |