Class: BuildingSync::ClimateZoneType

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

Overview

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

aSHRAE - BuildingSync::ClimateZoneType::ASHRAE
energyStar - BuildingSync::ClimateZoneType::EnergyStar
californiaTitle24 - BuildingSync::ClimateZoneType::CaliforniaTitle24
iECC - BuildingSync::ClimateZoneType::IECC
buildingAmerica - BuildingSync::ClimateZoneType::BuildingAmerica
cBECS - BuildingSync::CBECSType
dOE - BuildingSync::ClimateZoneType::DOE
other - BuildingSync::ClimateZoneType::Other

Defined Under Namespace

Classes: ASHRAE, BuildingAmerica, CaliforniaTitle24, DOE, EnergyStar, IECC, Other

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(aSHRAE = nil, energyStar = nil, californiaTitle24 = nil, iECC = nil, buildingAmerica = nil, cBECS = nil, dOE = nil, other = nil) ⇒ ClimateZoneType

Returns a new instance of ClimateZoneType.



21901
21902
21903
21904
21905
21906
21907
21908
21909
21910
# File 'lib/BuildingSync.rb', line 21901

def initialize(aSHRAE = nil, energyStar = nil, californiaTitle24 = nil, iECC = nil, buildingAmerica = nil, cBECS = nil, dOE = nil, other = nil)
  @aSHRAE = aSHRAE
  @energyStar = energyStar
  @californiaTitle24 = californiaTitle24
  @iECC = iECC
  @buildingAmerica = buildingAmerica
  @cBECS = cBECS
  @dOE = dOE
  @other = other
end

Instance Attribute Details

#aSHRAEObject

Returns the value of attribute aSHRAE.



21892
21893
21894
# File 'lib/BuildingSync.rb', line 21892

def aSHRAE
  @aSHRAE
end

#buildingAmericaObject

Returns the value of attribute buildingAmerica.



21896
21897
21898
# File 'lib/BuildingSync.rb', line 21896

def buildingAmerica
  @buildingAmerica
end

#californiaTitle24Object

Returns the value of attribute californiaTitle24.



21894
21895
21896
# File 'lib/BuildingSync.rb', line 21894

def californiaTitle24
  @californiaTitle24
end

#cBECSObject

Returns the value of attribute cBECS.



21897
21898
21899
# File 'lib/BuildingSync.rb', line 21897

def cBECS
  @cBECS
end

#dOEObject

Returns the value of attribute dOE.



21898
21899
21900
# File 'lib/BuildingSync.rb', line 21898

def dOE
  @dOE
end

#energyStarObject

Returns the value of attribute energyStar.



21893
21894
21895
# File 'lib/BuildingSync.rb', line 21893

def energyStar
  @energyStar
end

#iECCObject

Returns the value of attribute iECC.



21895
21896
21897
# File 'lib/BuildingSync.rb', line 21895

def iECC
  @iECC
end

#otherObject

Returns the value of attribute other.



21899
21900
21901
# File 'lib/BuildingSync.rb', line 21899

def other
  @other
end