Class: BuildingSync::OccupancyLevels::OccupancyLevel
- Inherits:
-
Object
- Object
- BuildingSync::OccupancyLevels::OccupancyLevel
- 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
-
#occupantQuantity ⇒ Object
Returns the value of attribute occupantQuantity.
-
#occupantQuantityType ⇒ Object
Returns the value of attribute occupantQuantityType.
-
#occupantType ⇒ Object
Returns the value of attribute occupantType.
Instance Method Summary collapse
-
#initialize(occupantType = nil, occupantQuantityType = nil, occupantQuantity = nil) ⇒ OccupancyLevel
constructor
A new instance of OccupancyLevel.
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
#occupantQuantity ⇒ Object
Returns the value of attribute occupantQuantity.
21168 21169 21170 |
# File 'lib/BuildingSync.rb', line 21168 def occupantQuantity @occupantQuantity end |
#occupantQuantityType ⇒ Object
Returns the value of attribute occupantQuantityType.
21167 21168 21169 |
# File 'lib/BuildingSync.rb', line 21167 def occupantQuantityType @occupantQuantityType end |
#occupantType ⇒ Object
Returns the value of attribute occupantType.
21166 21167 21168 |
# File 'lib/BuildingSync.rb', line 21166 def occupantType @occupantType end |