Class: BuildingSync::CBECSType
- Inherits:
-
Object
- Object
- BuildingSync::CBECSType
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019CBECSType
climateZone - SOAP::SOAPString
Instance Attribute Summary collapse
-
#climateZone ⇒ Object
Returns the value of attribute climateZone.
Instance Method Summary collapse
-
#initialize(climateZone = nil) ⇒ CBECSType
constructor
A new instance of CBECSType.
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
#climateZone ⇒ Object
Returns the value of attribute climateZone.
16494 16495 16496 |
# File 'lib/BuildingSync.rb', line 16494 def climateZone @climateZone end |