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.



21599
21600
21601
# File 'lib/BuildingSync.rb', line 21599

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21597
21598
21599
# File 'lib/BuildingSync.rb', line 21597

def climateZone
  @climateZone
end