Class: BuildingSync::ClimateZoneType::IECC

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

Overview

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

climateZone - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(climateZone = nil) ⇒ IECC

Returns a new instance of IECC.



21854
21855
21856
# File 'lib/BuildingSync.rb', line 21854

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21852
21853
21854
# File 'lib/BuildingSync.rb', line 21852

def climateZone
  @climateZone
end