Class: BuildingSync::CondenserPlantType::GroundSource
- Inherits:
-
Object
- Object
- BuildingSync::CondenserPlantType::GroundSource
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: GroundSource http://buildingsync.net/schemas/bedes-auc/2019GroundSource
groundSourceType - SOAP::SOAPString
condenserWaterTemperature - BuildingSync::CondenserWaterTemperature
condensingTemperature - BuildingSync::CondensingTemperature
waterCooledCondenserFlowControl - SOAP::SOAPString
waterSideEconomizer - BuildingSync::CondenserPlantType::GroundSource::WaterSideEconomizer
wellCount - BuildingSync::CondenserPlantType::GroundSource::WellCount
capacity - BuildingSync::Capacity
capacityUnits - SOAP::SOAPString
Defined Under Namespace
Classes: WaterSideEconomizer, WellCount
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#capacityUnits ⇒ Object
Returns the value of attribute capacityUnits.
-
#condenserWaterTemperature ⇒ Object
Returns the value of attribute condenserWaterTemperature.
-
#condensingTemperature ⇒ Object
Returns the value of attribute condensingTemperature.
-
#groundSourceType ⇒ Object
Returns the value of attribute groundSourceType.
-
#waterCooledCondenserFlowControl ⇒ Object
Returns the value of attribute waterCooledCondenserFlowControl.
-
#waterSideEconomizer ⇒ Object
Returns the value of attribute waterSideEconomizer.
-
#wellCount ⇒ Object
Returns the value of attribute wellCount.
Instance Method Summary collapse
-
#initialize(groundSourceType = nil, condenserWaterTemperature = nil, condensingTemperature = nil, waterCooledCondenserFlowControl = nil, waterSideEconomizer = nil, wellCount = nil, capacity = nil, capacityUnits = nil) ⇒ GroundSource
constructor
A new instance of GroundSource.
Constructor Details
#initialize(groundSourceType = nil, condenserWaterTemperature = nil, condensingTemperature = nil, waterCooledCondenserFlowControl = nil, waterSideEconomizer = nil, wellCount = nil, capacity = nil, capacityUnits = nil) ⇒ GroundSource
Returns a new instance of GroundSource.
8645 8646 8647 8648 8649 8650 8651 8652 8653 8654 |
# File 'lib/BuildingSync.rb', line 8645 def initialize(groundSourceType = nil, condenserWaterTemperature = nil, condensingTemperature = nil, waterCooledCondenserFlowControl = nil, waterSideEconomizer = nil, wellCount = nil, capacity = nil, capacityUnits = nil) @groundSourceType = groundSourceType @condenserWaterTemperature = condenserWaterTemperature @condensingTemperature = condensingTemperature @waterCooledCondenserFlowControl = waterCooledCondenserFlowControl @waterSideEconomizer = waterSideEconomizer @wellCount = wellCount @capacity = capacity @capacityUnits = capacityUnits end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
8642 8643 8644 |
# File 'lib/BuildingSync.rb', line 8642 def capacity @capacity end |
#capacityUnits ⇒ Object
Returns the value of attribute capacityUnits.
8643 8644 8645 |
# File 'lib/BuildingSync.rb', line 8643 def capacityUnits @capacityUnits end |
#condenserWaterTemperature ⇒ Object
Returns the value of attribute condenserWaterTemperature.
8637 8638 8639 |
# File 'lib/BuildingSync.rb', line 8637 def condenserWaterTemperature @condenserWaterTemperature end |
#condensingTemperature ⇒ Object
Returns the value of attribute condensingTemperature.
8638 8639 8640 |
# File 'lib/BuildingSync.rb', line 8638 def condensingTemperature @condensingTemperature end |
#groundSourceType ⇒ Object
Returns the value of attribute groundSourceType.
8636 8637 8638 |
# File 'lib/BuildingSync.rb', line 8636 def groundSourceType @groundSourceType end |
#waterCooledCondenserFlowControl ⇒ Object
Returns the value of attribute waterCooledCondenserFlowControl.
8639 8640 8641 |
# File 'lib/BuildingSync.rb', line 8639 def waterCooledCondenserFlowControl @waterCooledCondenserFlowControl end |
#waterSideEconomizer ⇒ Object
Returns the value of attribute waterSideEconomizer.
8640 8641 8642 |
# File 'lib/BuildingSync.rb', line 8640 def waterSideEconomizer @waterSideEconomizer end |
#wellCount ⇒ Object
Returns the value of attribute wellCount.
8641 8642 8643 |
# File 'lib/BuildingSync.rb', line 8641 def wellCount @wellCount end |