Class: BuildingSync::ClimateZoneType::Other

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

inner class for member: Other http://buildingsync.net/schemas/bedes-auc/2019Other

climateZone - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(climateZone = nil) ⇒ Other

Returns a new instance of Other.



21665
21666
21667
# File 'lib/BuildingSync.rb', line 21665

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21663
21664
21665
# File 'lib/BuildingSync.rb', line 21663

def climateZone
  @climateZone
end