Class: BuildingSync::Occupancy

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://buildingsync.net/schemas/bedes-auc/2019Occupancy

controlSystemType - BuildingSync::ControlSystemType
controlSensor - BuildingSync::ControlSensorOccupancyType
controlStrategy - BuildingSync::ControlStrategyOccupancyType
otherControlStrategyName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Occupancy.



24043
24044
24045
24046
24047
24048
# File 'lib/BuildingSync.rb', line 24043

def initialize(controlSystemType = nil, controlSensor = nil, controlStrategy = nil, otherControlStrategyName = nil)
  @controlSystemType = controlSystemType
  @controlSensor = controlSensor
  @controlStrategy = controlStrategy
  @otherControlStrategyName = otherControlStrategyName
end

Instance Attribute Details

#controlSensorObject

Returns the value of attribute controlSensor.



24039
24040
24041
# File 'lib/BuildingSync.rb', line 24039

def controlSensor
  @controlSensor
end

#controlStrategyObject

Returns the value of attribute controlStrategy.



24040
24041
24042
# File 'lib/BuildingSync.rb', line 24040

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



24038
24039
24040
# File 'lib/BuildingSync.rb', line 24038

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



24041
24042
24043
# File 'lib/BuildingSync.rb', line 24041

def otherControlStrategyName
  @otherControlStrategyName
end