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.



21832
21833
21834
# File 'lib/BuildingSync.rb', line 21832

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21830
21831
21832
# File 'lib/BuildingSync.rb', line 21830

def climateZone
  @climateZone
end