Class: BuildingSync::ClimateZoneType
- Inherits:
-
Object
- Object
- BuildingSync::ClimateZoneType
- 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
-
#aSHRAE ⇒ Object
Returns the value of attribute aSHRAE.
-
#buildingAmerica ⇒ Object
Returns the value of attribute buildingAmerica.
-
#californiaTitle24 ⇒ Object
Returns the value of attribute californiaTitle24.
-
#cBECS ⇒ Object
Returns the value of attribute cBECS.
-
#dOE ⇒ Object
Returns the value of attribute dOE.
-
#energyStar ⇒ Object
Returns the value of attribute energyStar.
-
#iECC ⇒ Object
Returns the value of attribute iECC.
-
#other ⇒ Object
Returns the value of attribute other.
Instance Method Summary collapse
-
#initialize(aSHRAE = nil, energyStar = nil, californiaTitle24 = nil, iECC = nil, buildingAmerica = nil, cBECS = nil, dOE = nil, other = nil) ⇒ ClimateZoneType
constructor
A new instance of ClimateZoneType.
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
#aSHRAE ⇒ Object
Returns the value of attribute aSHRAE.
21892 21893 21894 |
# File 'lib/BuildingSync.rb', line 21892 def aSHRAE @aSHRAE end |
#buildingAmerica ⇒ Object
Returns the value of attribute buildingAmerica.
21896 21897 21898 |
# File 'lib/BuildingSync.rb', line 21896 def buildingAmerica @buildingAmerica end |
#californiaTitle24 ⇒ Object
Returns the value of attribute californiaTitle24.
21894 21895 21896 |
# File 'lib/BuildingSync.rb', line 21894 def californiaTitle24 @californiaTitle24 end |
#cBECS ⇒ Object
Returns the value of attribute cBECS.
21897 21898 21899 |
# File 'lib/BuildingSync.rb', line 21897 def cBECS @cBECS end |
#dOE ⇒ Object
Returns the value of attribute dOE.
21898 21899 21900 |
# File 'lib/BuildingSync.rb', line 21898 def dOE @dOE end |
#energyStar ⇒ Object
Returns the value of attribute energyStar.
21893 21894 21895 |
# File 'lib/BuildingSync.rb', line 21893 def energyStar @energyStar end |
#iECC ⇒ Object
Returns the value of attribute iECC.
21895 21896 21897 |
# File 'lib/BuildingSync.rb', line 21895 def iECC @iECC end |
#other ⇒ Object
Returns the value of attribute other.
21899 21900 21901 |
# File 'lib/BuildingSync.rb', line 21899 def other @other end |