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.



21679
21680
21681
21682
21683
21684
21685
21686
21687
21688
# File 'lib/BuildingSync.rb', line 21679

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.



21670
21671
21672
# File 'lib/BuildingSync.rb', line 21670

def aSHRAE
  @aSHRAE
end

#buildingAmericaObject

Returns the value of attribute buildingAmerica.



21674
21675
21676
# File 'lib/BuildingSync.rb', line 21674

def buildingAmerica
  @buildingAmerica
end

#californiaTitle24Object

Returns the value of attribute californiaTitle24.



21672
21673
21674
# File 'lib/BuildingSync.rb', line 21672

def californiaTitle24
  @californiaTitle24
end

#cBECSObject

Returns the value of attribute cBECS.



21675
21676
21677
# File 'lib/BuildingSync.rb', line 21675

def cBECS
  @cBECS
end

#dOEObject

Returns the value of attribute dOE.



21676
21677
21678
# File 'lib/BuildingSync.rb', line 21676

def dOE
  @dOE
end

#energyStarObject

Returns the value of attribute energyStar.



21671
21672
21673
# File 'lib/BuildingSync.rb', line 21671

def energyStar
  @energyStar
end

#iECCObject

Returns the value of attribute iECC.



21673
21674
21675
# File 'lib/BuildingSync.rb', line 21673

def iECC
  @iECC
end

#otherObject

Returns the value of attribute other.



21677
21678
21679
# File 'lib/BuildingSync.rb', line 21677

def other
  @other
end