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.



6370
6371
6372
6373
6374
# File 'lib/BuildingSync.rb', line 6370

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.



6368
6369
6370
# File 'lib/BuildingSync.rb', line 6368

def condenserPlants
  @condenserPlants
end

#coolingPlantsObject

Returns the value of attribute coolingPlants.



6367
6368
6369
# File 'lib/BuildingSync.rb', line 6367

def coolingPlants
  @coolingPlants
end

#heatingPlantsObject

Returns the value of attribute heatingPlants.



6366
6367
6368
# File 'lib/BuildingSync.rb', line 6366

def heatingPlants
  @heatingPlants
end