Class: BuildingSync::ClimateZoneType::BuildingAmerica
- Inherits:
-
Object
- Object
- BuildingSync::ClimateZoneType::BuildingAmerica
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: BuildingAmerica http://buildingsync.net/schemas/bedes-auc/2019BuildingAmerica
climateZone - SOAP::SOAPString
Instance Attribute Summary collapse
-
#climateZone ⇒ Object
Returns the value of attribute climateZone.
Instance Method Summary collapse
-
#initialize(climateZone = nil) ⇒ BuildingAmerica
constructor
A new instance of BuildingAmerica.
Constructor Details
#initialize(climateZone = nil) ⇒ BuildingAmerica
Returns a new instance of BuildingAmerica.
21865 21866 21867 |
# File 'lib/BuildingSync.rb', line 21865 def initialize(climateZone = nil) @climateZone = climateZone end |
Instance Attribute Details
#climateZone ⇒ Object
Returns the value of attribute climateZone.
21863 21864 21865 |
# File 'lib/BuildingSync.rb', line 21863 def climateZone @climateZone end |