Class: BuildingSync::HVACSystemType::Plants

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

Overview

inner class for member: Plants http://buildingsync.net/schemas/bedes-auc/2019Plants

heatingPlants - BuildingSync::HVACSystemType::Plants::HeatingPlants
coolingPlants - BuildingSync::HVACSystemType::Plants::CoolingPlants
condenserPlants - BuildingSync::HVACSystemType::Plants::CondenserPlants

Defined Under Namespace

Classes: CondenserPlants, CoolingPlants, HeatingPlants

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(heatingPlants = nil, coolingPlants = nil, condenserPlants = nil) ⇒ Plants

Returns a new instance of Plants.



6298
6299
6300
6301
6302
# File 'lib/BuildingSync.rb', line 6298

def initialize(heatingPlants = nil, coolingPlants = nil, condenserPlants = nil)
  @heatingPlants = heatingPlants
  @coolingPlants = coolingPlants
  @condenserPlants = condenserPlants
end

Instance Attribute Details

#condenserPlantsObject

Returns the value of attribute condenserPlants.



6296
6297
6298
# File 'lib/BuildingSync.rb', line 6296

def condenserPlants
  @condenserPlants
end

#coolingPlantsObject

Returns the value of attribute coolingPlants.



6295
6296
6297
# File 'lib/BuildingSync.rb', line 6295

def coolingPlants
  @coolingPlants
end

#heatingPlantsObject

Returns the value of attribute heatingPlants.



6294
6295
6296
# File 'lib/BuildingSync.rb', line 6294

def heatingPlants
  @heatingPlants
end