Class: BuildingSync::ControlLightingType::Daylighting
- Inherits:
-
Object
- Object
- BuildingSync::ControlLightingType::Daylighting
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Daylighting http://buildingsync.net/schemas/bedes-auc/2019Daylighting
controlSystemType - BuildingSync::ControlSystemType
controlSensor - BuildingSync::ControlSensorDaylightingType
controlSteps - BuildingSync::ControlLightingType::Daylighting::ControlSteps
controlStrategy - BuildingSync::ControlStrategyDaylightingType
otherControlStrategyName - SOAP::SOAPString
Defined Under Namespace
Classes: ControlSteps
Instance Attribute Summary collapse
-
#controlSensor ⇒ Object
Returns the value of attribute controlSensor.
-
#controlSteps ⇒ Object
Returns the value of attribute controlSteps.
-
#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, controlSensor = nil, controlSteps = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Daylighting
constructor
A new instance of Daylighting.
Constructor Details
#initialize(controlSystemType = nil, controlSensor = nil, controlSteps = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Daylighting
Returns a new instance of Daylighting.
17241 17242 17243 17244 17245 17246 17247 |
# File 'lib/BuildingSync.rb', line 17241 def initialize(controlSystemType = nil, controlSensor = nil, controlSteps = nil, controlStrategy = nil, otherControlStrategyName = nil) @controlSystemType = controlSystemType @controlSensor = controlSensor @controlSteps = controlSteps @controlStrategy = controlStrategy @otherControlStrategyName = otherControlStrategyName end |
Instance Attribute Details
#controlSensor ⇒ Object
Returns the value of attribute controlSensor.
17236 17237 17238 |
# File 'lib/BuildingSync.rb', line 17236 def controlSensor @controlSensor end |
#controlSteps ⇒ Object
Returns the value of attribute controlSteps.
17237 17238 17239 |
# File 'lib/BuildingSync.rb', line 17237 def controlSteps @controlSteps end |
#controlStrategy ⇒ Object
Returns the value of attribute controlStrategy.
17238 17239 17240 |
# File 'lib/BuildingSync.rb', line 17238 def controlStrategy @controlStrategy end |
#controlSystemType ⇒ Object
Returns the value of attribute controlSystemType.
17235 17236 17237 |
# File 'lib/BuildingSync.rb', line 17235 def controlSystemType @controlSystemType end |
#otherControlStrategyName ⇒ Object
Returns the value of attribute otherControlStrategyName.
17239 17240 17241 |
# File 'lib/BuildingSync.rb', line 17239 def otherControlStrategyName @otherControlStrategyName end |