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.



21632
21633
21634
# File 'lib/BuildingSync.rb', line 21632

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21630
21631
21632
# File 'lib/BuildingSync.rb', line 21630

def climateZone
  @climateZone
end