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