Class: BuildingSync::CondenserPlantType::WaterCooled
- Inherits:
-
Object
- Object
- BuildingSync::CondenserPlantType::WaterCooled
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: WaterCooled http://buildingsync.net/schemas/bedes-auc/2019WaterCooled
waterCooledCondenserType - SOAP::SOAPString
condenserWaterTemperature - BuildingSync::CondenserWaterTemperature
condensingTemperature - BuildingSync::CondensingTemperature
waterCooledCondenserFlowControl - SOAP::SOAPString
waterSideEconomizer - BuildingSync::CondenserPlantType::WaterCooled::WaterSideEconomizer
coolingTowerFanControl - SOAP::SOAPString
coolingTowerTemperatureControl - SOAP::SOAPString
coolingTowerCellControl - SOAP::SOAPString
cellCount - BuildingSync::CondenserPlantType::WaterCooled::CellCount
capacity - BuildingSync::Capacity
capacityUnits - SOAP::SOAPString
Defined Under Namespace
Classes: CellCount, WaterSideEconomizer
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#capacityUnits ⇒ Object
Returns the value of attribute capacityUnits.
-
#cellCount ⇒ Object
Returns the value of attribute cellCount.
-
#condenserWaterTemperature ⇒ Object
Returns the value of attribute condenserWaterTemperature.
-
#condensingTemperature ⇒ Object
Returns the value of attribute condensingTemperature.
-
#coolingTowerCellControl ⇒ Object
Returns the value of attribute coolingTowerCellControl.
-
#coolingTowerFanControl ⇒ Object
Returns the value of attribute coolingTowerFanControl.
-
#coolingTowerTemperatureControl ⇒ Object
Returns the value of attribute coolingTowerTemperatureControl.
-
#waterCooledCondenserFlowControl ⇒ Object
Returns the value of attribute waterCooledCondenserFlowControl.
-
#waterCooledCondenserType ⇒ Object
Returns the value of attribute waterCooledCondenserType.
-
#waterSideEconomizer ⇒ Object
Returns the value of attribute waterSideEconomizer.
Instance Method Summary collapse
-
#initialize(waterCooledCondenserType = nil, condenserWaterTemperature = nil, condensingTemperature = nil, waterCooledCondenserFlowControl = nil, waterSideEconomizer = nil, coolingTowerFanControl = nil, coolingTowerTemperatureControl = nil, coolingTowerCellControl = nil, cellCount = nil, capacity = nil, capacityUnits = nil) ⇒ WaterCooled
constructor
A new instance of WaterCooled.
Constructor Details
#initialize(waterCooledCondenserType = nil, condenserWaterTemperature = nil, condensingTemperature = nil, waterCooledCondenserFlowControl = nil, waterSideEconomizer = nil, coolingTowerFanControl = nil, coolingTowerTemperatureControl = nil, coolingTowerCellControl = nil, cellCount = nil, capacity = nil, capacityUnits = nil) ⇒ WaterCooled
Returns a new instance of WaterCooled.
8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 8537 |
# File 'lib/BuildingSync.rb', line 8525 def initialize(waterCooledCondenserType = nil, condenserWaterTemperature = nil, condensingTemperature = nil, waterCooledCondenserFlowControl = nil, waterSideEconomizer = nil, coolingTowerFanControl = nil, coolingTowerTemperatureControl = nil, coolingTowerCellControl = nil, cellCount = nil, capacity = nil, capacityUnits = nil) @waterCooledCondenserType = waterCooledCondenserType @condenserWaterTemperature = condenserWaterTemperature @condensingTemperature = condensingTemperature @waterCooledCondenserFlowControl = waterCooledCondenserFlowControl @waterSideEconomizer = waterSideEconomizer @coolingTowerFanControl = coolingTowerFanControl @coolingTowerTemperatureControl = coolingTowerTemperatureControl @coolingTowerCellControl = coolingTowerCellControl @cellCount = cellCount @capacity = capacity @capacityUnits = capacityUnits end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
8522 8523 8524 |
# File 'lib/BuildingSync.rb', line 8522 def capacity @capacity end |
#capacityUnits ⇒ Object
Returns the value of attribute capacityUnits.
8523 8524 8525 |
# File 'lib/BuildingSync.rb', line 8523 def capacityUnits @capacityUnits end |
#cellCount ⇒ Object
Returns the value of attribute cellCount.
8521 8522 8523 |
# File 'lib/BuildingSync.rb', line 8521 def cellCount @cellCount end |
#condenserWaterTemperature ⇒ Object
Returns the value of attribute condenserWaterTemperature.
8514 8515 8516 |
# File 'lib/BuildingSync.rb', line 8514 def condenserWaterTemperature @condenserWaterTemperature end |
#condensingTemperature ⇒ Object
Returns the value of attribute condensingTemperature.
8515 8516 8517 |
# File 'lib/BuildingSync.rb', line 8515 def condensingTemperature @condensingTemperature end |
#coolingTowerCellControl ⇒ Object
Returns the value of attribute coolingTowerCellControl.
8520 8521 8522 |
# File 'lib/BuildingSync.rb', line 8520 def coolingTowerCellControl @coolingTowerCellControl end |
#coolingTowerFanControl ⇒ Object
Returns the value of attribute coolingTowerFanControl.
8518 8519 8520 |
# File 'lib/BuildingSync.rb', line 8518 def coolingTowerFanControl @coolingTowerFanControl end |
#coolingTowerTemperatureControl ⇒ Object
Returns the value of attribute coolingTowerTemperatureControl.
8519 8520 8521 |
# File 'lib/BuildingSync.rb', line 8519 def coolingTowerTemperatureControl @coolingTowerTemperatureControl end |
#waterCooledCondenserFlowControl ⇒ Object
Returns the value of attribute waterCooledCondenserFlowControl.
8516 8517 8518 |
# File 'lib/BuildingSync.rb', line 8516 def waterCooledCondenserFlowControl @waterCooledCondenserFlowControl end |
#waterCooledCondenserType ⇒ Object
Returns the value of attribute waterCooledCondenserType.
8513 8514 8515 |
# File 'lib/BuildingSync.rb', line 8513 def waterCooledCondenserType @waterCooledCondenserType end |
#waterSideEconomizer ⇒ Object
Returns the value of attribute waterSideEconomizer.
8517 8518 8519 |
# File 'lib/BuildingSync.rb', line 8517 def waterSideEconomizer @waterSideEconomizer end |