Class: BuildingSync::OccupancyLevels::OccupancyLevel

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

Overview

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

occupantType - SOAP::SOAPString
occupantQuantityType - SOAP::SOAPString
occupantQuantity - BuildingSync::OccupancyLevels::OccupancyLevel::OccupantQuantity

Defined Under Namespace

Classes: OccupantQuantity

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(occupantType = nil, occupantQuantityType = nil, occupantQuantity = nil) ⇒ OccupancyLevel

Returns a new instance of OccupancyLevel.



20948
20949
20950
20951
20952
# File 'lib/BuildingSync.rb', line 20948

def initialize(occupantType = nil, occupantQuantityType = nil, occupantQuantity = nil)
  @occupantType = occupantType
  @occupantQuantityType = occupantQuantityType
  @occupantQuantity = occupantQuantity
end

Instance Attribute Details

#occupantQuantityObject

Returns the value of attribute occupantQuantity.



20946
20947
20948
# File 'lib/BuildingSync.rb', line 20946

def occupantQuantity
  @occupantQuantity
end

#occupantQuantityTypeObject

Returns the value of attribute occupantQuantityType.



20945
20946
20947
# File 'lib/BuildingSync.rb', line 20945

def occupantQuantityType
  @occupantQuantityType
end

#occupantTypeObject

Returns the value of attribute occupantType.



20944
20945
20946
# File 'lib/BuildingSync.rb', line 20944

def occupantType
  @occupantType
end