Class: BuildingSync::ClimateZoneType::EnergyStar

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(climateZone = nil) ⇒ EnergyStar

Returns a new instance of EnergyStar.



21610
21611
21612
# File 'lib/BuildingSync.rb', line 21610

def initialize(climateZone = nil)
  @climateZone = climateZone
end

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21608
21609
21610
# File 'lib/BuildingSync.rb', line 21608

def climateZone
  @climateZone
end