Class: BuildingSync::TypicalOccupantUsages::TypicalOccupantUsage
- Inherits:
-
Object
- Object
- BuildingSync::TypicalOccupantUsages::TypicalOccupantUsage
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019TypicalOccupantUsage
typicalOccupantUsageValue - SOAP::SOAPDecimal
typicalOccupantUsageUnits - SOAP::SOAPString
Instance Attribute Summary collapse
-
#typicalOccupantUsageUnits ⇒ Object
Returns the value of attribute typicalOccupantUsageUnits.
-
#typicalOccupantUsageValue ⇒ Object
Returns the value of attribute typicalOccupantUsageValue.
Instance Method Summary collapse
-
#initialize(typicalOccupantUsageValue = nil, typicalOccupantUsageUnits = nil) ⇒ TypicalOccupantUsage
constructor
A new instance of TypicalOccupantUsage.
Constructor Details
#initialize(typicalOccupantUsageValue = nil, typicalOccupantUsageUnits = nil) ⇒ TypicalOccupantUsage
Returns a new instance of TypicalOccupantUsage.
20972 20973 20974 20975 |
# File 'lib/BuildingSync.rb', line 20972 def initialize(typicalOccupantUsageValue = nil, typicalOccupantUsageUnits = nil) @typicalOccupantUsageValue = typicalOccupantUsageValue @typicalOccupantUsageUnits = typicalOccupantUsageUnits end |
Instance Attribute Details
#typicalOccupantUsageUnits ⇒ Object
Returns the value of attribute typicalOccupantUsageUnits.
20970 20971 20972 |
# File 'lib/BuildingSync.rb', line 20970 def typicalOccupantUsageUnits @typicalOccupantUsageUnits end |
#typicalOccupantUsageValue ⇒ Object
Returns the value of attribute typicalOccupantUsageValue.
20969 20970 20971 |
# File 'lib/BuildingSync.rb', line 20969 def typicalOccupantUsageValue @typicalOccupantUsageValue end |