Class: BuildingSync::ClimateZoneType::ASHRAE

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: ASHRAE http://buildingsync.net/schemas/bedes-auc/2019ASHRAE

climateZone - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(climateZone = nil) ⇒ ASHRAE

Returns a new instance of ASHRAE.



21821
21822
21823
# File 'lib/BuildingSync.rb', line 21821

def initialize(climateZone = nil)
  @climateZone = climateZone
end

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21819
21820
21821
# File 'lib/BuildingSync.rb', line 21819

def climateZone
  @climateZone
end