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.



16496
16497
16498
# File 'lib/BuildingSync.rb', line 16496

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

Instance Attribute Details

#climateZoneObject

Returns the value of attribute climateZone.



16494
16495
16496
# File 'lib/BuildingSync.rb', line 16494

def climateZone
  @climateZone
end