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.



7076
7077
7078
7079
7080
7081
# File 'lib/BuildingSync.rb', line 7076

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.



7073
7074
7075
# File 'lib/BuildingSync.rb', line 7073

def coolingSources
  @coolingSources
end

#deliveriesObject

Returns the value of attribute deliveries.



7074
7075
7076
# File 'lib/BuildingSync.rb', line 7074

def deliveries
  @deliveries
end

#heatingSourcesObject

Returns the value of attribute heatingSources.



7072
7073
7074
# File 'lib/BuildingSync.rb', line 7072

def heatingSources
  @heatingSources
end

#zoningSystemTypeObject

Returns the value of attribute zoningSystemType.



7071
7072
7073
# File 'lib/BuildingSync.rb', line 7071

def zoningSystemType
  @zoningSystemType
end