Class: BuildingSync::HVACSystemType::Plants
- Inherits:
-
Object
- Object
- BuildingSync::HVACSystemType::Plants
- 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
-
#condenserPlants ⇒ Object
Returns the value of attribute condenserPlants.
-
#coolingPlants ⇒ Object
Returns the value of attribute coolingPlants.
-
#heatingPlants ⇒ Object
Returns the value of attribute heatingPlants.
Instance Method Summary collapse
-
#initialize(heatingPlants = nil, coolingPlants = nil, condenserPlants = nil) ⇒ Plants
constructor
A new instance of Plants.
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
#condenserPlants ⇒ Object
Returns the value of attribute condenserPlants.
6368 6369 6370 |
# File 'lib/BuildingSync.rb', line 6368 def condenserPlants @condenserPlants end |
#coolingPlants ⇒ Object
Returns the value of attribute coolingPlants.
6367 6368 6369 |
# File 'lib/BuildingSync.rb', line 6367 def coolingPlants @coolingPlants end |
#heatingPlants ⇒ Object
Returns the value of attribute heatingPlants.
6366 6367 6368 |
# File 'lib/BuildingSync.rb', line 6366 def heatingPlants @heatingPlants end |