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