Class: BuildingSync::HVACSystemType::HeatingAndCoolingSystems

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#coolingSourcesObject

Returns the value of attribute coolingSources.



7154
7155
7156
# File 'lib/BuildingSync.rb', line 7154

def coolingSources
  @coolingSources
end

#deliveriesObject

Returns the value of attribute deliveries.



7155
7156
7157
# File 'lib/BuildingSync.rb', line 7155

def deliveries
  @deliveries
end

#heatingSourcesObject

Returns the value of attribute heatingSources.



7153
7154
7155
# File 'lib/BuildingSync.rb', line 7153

def heatingSources
  @heatingSources
end

#zoningSystemTypeObject

Returns the value of attribute zoningSystemType.



7152
7153
7154
# File 'lib/BuildingSync.rb', line 7152

def zoningSystemType
  @zoningSystemType
end