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