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.



21887
21888
21889
# File 'lib/BuildingSync.rb', line 21887

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



21885
21886
21887
# File 'lib/BuildingSync.rb', line 21885

def climateZone
  @climateZone
end