Class: BuildingSync::ClimateZoneType::DOE

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

Instance Method Summary collapse

Constructor Details

#initialize(climateZone = nil) ⇒ DOE

Returns a new instance of DOE.



21654
21655
21656
# File 'lib/BuildingSync.rb', line 21654

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21652
21653
21654
# File 'lib/BuildingSync.rb', line 21652

def climateZone
  @climateZone
end