Class: BuildingSync::CBECSType

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019CBECSType

climateZone - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(climateZone = nil) ⇒ CBECSType

Returns a new instance of CBECSType.



16349
16350
16351
# File 'lib/BuildingSync.rb', line 16349

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



16347
16348
16349
# File 'lib/BuildingSync.rb', line 16347

def climateZone
  @climateZone
end