Class: BuildingSync::AssetScore::WholeBuilding::EnergyUseByEndUses::EnergyUseByEndUse

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

Overview

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

energyUse - BuildingSync::EnergyUse
endUse - BuildingSync::EndUseType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(energyUse = nil, endUse = nil) ⇒ EnergyUseByEndUse

Returns a new instance of EnergyUseByEndUse.



21133
21134
21135
21136
# File 'lib/BuildingSync.rb', line 21133

def initialize(energyUse = nil, endUse = nil)
  @energyUse = energyUse
  @endUse = endUse
end

Instance Attribute Details

#endUseObject

Returns the value of attribute endUse.



21131
21132
21133
# File 'lib/BuildingSync.rb', line 21131

def endUse
  @endUse
end

#energyUseObject

Returns the value of attribute energyUse.



21130
21131
21132
# File 'lib/BuildingSync.rb', line 21130

def energyUse
  @energyUse
end