Class: BuildingSync::ControlLightingType::Daylighting

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(controlSystemType = nil, controlSensor = nil, controlSteps = nil, controlStrategy = nil, otherControlStrategyName = nil) ⇒ Daylighting

Returns a new instance of Daylighting.



17094
17095
17096
17097
17098
17099
17100
# File 'lib/BuildingSync.rb', line 17094

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

#controlSensorObject

Returns the value of attribute controlSensor.



17089
17090
17091
# File 'lib/BuildingSync.rb', line 17089

def controlSensor
  @controlSensor
end

#controlStepsObject

Returns the value of attribute controlSteps.



17090
17091
17092
# File 'lib/BuildingSync.rb', line 17090

def controlSteps
  @controlSteps
end

#controlStrategyObject

Returns the value of attribute controlStrategy.



17091
17092
17093
# File 'lib/BuildingSync.rb', line 17091

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



17088
17089
17090
# File 'lib/BuildingSync.rb', line 17088

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17092
17093
17094
# File 'lib/BuildingSync.rb', line 17092

def otherControlStrategyName
  @otherControlStrategyName
end