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.



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

#controlSensorObject

Returns the value of attribute controlSensor.



17236
17237
17238
# File 'lib/BuildingSync.rb', line 17236

def controlSensor
  @controlSensor
end

#controlStepsObject

Returns the value of attribute controlSteps.



17237
17238
17239
# File 'lib/BuildingSync.rb', line 17237

def controlSteps
  @controlSteps
end

#controlStrategyObject

Returns the value of attribute controlStrategy.



17238
17239
17240
# File 'lib/BuildingSync.rb', line 17238

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



17235
17236
17237
# File 'lib/BuildingSync.rb', line 17235

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



17239
17240
17241
# File 'lib/BuildingSync.rb', line 17239

def otherControlStrategyName
  @otherControlStrategyName
end