Class: BuildingSync::AssetScore::WholeBuilding::EnergyUseByEndUses::EnergyUseByEndUse
- Inherits:
-
Object
- Object
- BuildingSync::AssetScore::WholeBuilding::EnergyUseByEndUses::EnergyUseByEndUse
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019EnergyUseByEndUse
energyUse - BuildingSync::EnergyUse
endUse - BuildingSync::EndUseType
Instance Attribute Summary collapse
-
#endUse ⇒ Object
Returns the value of attribute endUse.
-
#energyUse ⇒ Object
Returns the value of attribute energyUse.
Instance Method Summary collapse
-
#initialize(energyUse = nil, endUse = nil) ⇒ EnergyUseByEndUse
constructor
A new instance of EnergyUseByEndUse.
Constructor Details
#initialize(energyUse = nil, endUse = nil) ⇒ EnergyUseByEndUse
21355 21356 21357 21358 |
# File 'lib/BuildingSync.rb', line 21355 def initialize(energyUse = nil, endUse = nil) @energyUse = energyUse @endUse = endUse end |
Instance Attribute Details
#endUse ⇒ Object
Returns the value of attribute endUse.
21353 21354 21355 |
# File 'lib/BuildingSync.rb', line 21353 def endUse @endUse end |
#energyUse ⇒ Object
Returns the value of attribute energyUse.
21352 21353 21354 |
# File 'lib/BuildingSync.rb', line 21352 def energyUse @energyUse end |