Class: BuildingSync::HVACSystemType::HeatingAndCoolingSystems
- Inherits:
-
Object
- Object
- BuildingSync::HVACSystemType::HeatingAndCoolingSystems
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: HeatingAndCoolingSystems http://buildingsync.net/schemas/bedes-auc/2019HeatingAndCoolingSystems
zoningSystemType - SOAP::SOAPString
heatingSources - BuildingSync::HVACSystemType::HeatingAndCoolingSystems::HeatingSources
coolingSources - BuildingSync::HVACSystemType::HeatingAndCoolingSystems::CoolingSources
deliveries - BuildingSync::HVACSystemType::HeatingAndCoolingSystems::Deliveries
Defined Under Namespace
Classes: CoolingSources, Deliveries, HeatingSources
Instance Attribute Summary collapse
-
#coolingSources ⇒ Object
Returns the value of attribute coolingSources.
-
#deliveries ⇒ Object
Returns the value of attribute deliveries.
-
#heatingSources ⇒ Object
Returns the value of attribute heatingSources.
-
#zoningSystemType ⇒ Object
Returns the value of attribute zoningSystemType.
Instance Method Summary collapse
-
#initialize(zoningSystemType = nil, heatingSources = nil, coolingSources = nil, deliveries = nil) ⇒ HeatingAndCoolingSystems
constructor
A new instance of HeatingAndCoolingSystems.
Constructor Details
#initialize(zoningSystemType = nil, heatingSources = nil, coolingSources = nil, deliveries = nil) ⇒ HeatingAndCoolingSystems
Returns a new instance of HeatingAndCoolingSystems.
7157 7158 7159 7160 7161 7162 |
# File 'lib/BuildingSync.rb', line 7157 def initialize(zoningSystemType = nil, heatingSources = nil, coolingSources = nil, deliveries = nil) @zoningSystemType = zoningSystemType @heatingSources = heatingSources @coolingSources = coolingSources @deliveries = deliveries end |
Instance Attribute Details
#coolingSources ⇒ Object
Returns the value of attribute coolingSources.
7154 7155 7156 |
# File 'lib/BuildingSync.rb', line 7154 def coolingSources @coolingSources end |
#deliveries ⇒ Object
Returns the value of attribute deliveries.
7155 7156 7157 |
# File 'lib/BuildingSync.rb', line 7155 def deliveries @deliveries end |
#heatingSources ⇒ Object
Returns the value of attribute heatingSources.
7153 7154 7155 |
# File 'lib/BuildingSync.rb', line 7153 def heatingSources @heatingSources end |
#zoningSystemType ⇒ Object
Returns the value of attribute zoningSystemType.
7152 7153 7154 |
# File 'lib/BuildingSync.rb', line 7152 def zoningSystemType @zoningSystemType end |