Class: BuildingSync::ClimateZoneType::ASHRAE
- Inherits:
-
Object
- Object
- BuildingSync::ClimateZoneType::ASHRAE
- 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
-
#climateZone ⇒ Object
Returns the value of attribute climateZone.
Instance Method Summary collapse
-
#initialize(climateZone = nil) ⇒ ASHRAE
constructor
A new instance of ASHRAE.
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
#climateZone ⇒ Object
Returns the value of attribute climateZone.
21819 21820 21821 |
# File 'lib/BuildingSync.rb', line 21819 def climateZone @climateZone end |