Class: BuildingSync::TypicalOccupantUsages::TypicalOccupantUsage

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

Overview

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

typicalOccupantUsageValue - SOAP::SOAPDecimal
typicalOccupantUsageUnits - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(typicalOccupantUsageValue = nil, typicalOccupantUsageUnits = nil) ⇒ TypicalOccupantUsage

Returns a new instance of TypicalOccupantUsage.



20750
20751
20752
20753
# File 'lib/BuildingSync.rb', line 20750

def initialize(typicalOccupantUsageValue = nil, typicalOccupantUsageUnits = nil)
  @typicalOccupantUsageValue = typicalOccupantUsageValue
  @typicalOccupantUsageUnits = typicalOccupantUsageUnits
end

Instance Attribute Details

#typicalOccupantUsageUnitsObject

Returns the value of attribute typicalOccupantUsageUnits.



20748
20749
20750
# File 'lib/BuildingSync.rb', line 20748

def typicalOccupantUsageUnits
  @typicalOccupantUsageUnits
end

#typicalOccupantUsageValueObject

Returns the value of attribute typicalOccupantUsageValue.



20747
20748
20749
# File 'lib/BuildingSync.rb', line 20747

def typicalOccupantUsageValue
  @typicalOccupantUsageValue
end