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.



21170
21171
21172
21173
21174
# File 'lib/BuildingSync.rb', line 21170

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.



21168
21169
21170
# File 'lib/BuildingSync.rb', line 21168

def occupantQuantity
  @occupantQuantity
end

#occupantQuantityTypeObject

Returns the value of attribute occupantQuantityType.



21167
21168
21169
# File 'lib/BuildingSync.rb', line 21167

def occupantQuantityType
  @occupantQuantityType
end

#occupantTypeObject

Returns the value of attribute occupantType.



21166
21167
21168
# File 'lib/BuildingSync.rb', line 21166

def occupantType
  @occupantType
end