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.



23667
23668
23669
23670
23671
23672
# File 'lib/BuildingSync.rb', line 23667

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.



23663
23664
23665
# File 'lib/BuildingSync.rb', line 23663

def controlSensor
  @controlSensor
end

#controlStrategyObject

Returns the value of attribute controlStrategy.



23664
23665
23666
# File 'lib/BuildingSync.rb', line 23664

def controlStrategy
  @controlStrategy
end

#controlSystemTypeObject

Returns the value of attribute controlSystemType.



23662
23663
23664
# File 'lib/BuildingSync.rb', line 23662

def controlSystemType
  @controlSystemType
end

#otherControlStrategyNameObject

Returns the value of attribute otherControlStrategyName.



23665
23666
23667
# File 'lib/BuildingSync.rb', line 23665

def otherControlStrategyName
  @otherControlStrategyName
end