Class: BuildingSync::LoadCalcInputParameters
- Inherits:
-
Object
- Object
- BuildingSync::LoadCalcInputParameters
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaLoadCalcInputParameters
rTSParameters - BuildingSync::RTSParameters
cLTDParameters - BuildingSync::CLTDParameters
manualJ8Parameters - BuildingSync::ManualJ8Parameters
floorSlabHeatLossCoefficient - BuildingSync::FloorSlabHeatLossCoefficient
Instance Attribute Summary collapse
-
#cLTDParameters ⇒ Object
Returns the value of attribute cLTDParameters.
-
#floorSlabHeatLossCoefficient ⇒ Object
Returns the value of attribute floorSlabHeatLossCoefficient.
-
#manualJ8Parameters ⇒ Object
Returns the value of attribute manualJ8Parameters.
-
#rTSParameters ⇒ Object
Returns the value of attribute rTSParameters.
Instance Method Summary collapse
-
#initialize(rTSParameters = [], cLTDParameters = [], manualJ8Parameters = [], floorSlabHeatLossCoefficient = []) ⇒ LoadCalcInputParameters
constructor
A new instance of LoadCalcInputParameters.
Constructor Details
#initialize(rTSParameters = [], cLTDParameters = [], manualJ8Parameters = [], floorSlabHeatLossCoefficient = []) ⇒ LoadCalcInputParameters
Returns a new instance of LoadCalcInputParameters.
29893 29894 29895 29896 29897 29898 |
# File 'lib/BuildingSync.rb', line 29893 def initialize(rTSParameters = [], cLTDParameters = [], manualJ8Parameters = [], floorSlabHeatLossCoefficient = []) @rTSParameters = rTSParameters @cLTDParameters = cLTDParameters @manualJ8Parameters = manualJ8Parameters @floorSlabHeatLossCoefficient = floorSlabHeatLossCoefficient end |
Instance Attribute Details
#cLTDParameters ⇒ Object
Returns the value of attribute cLTDParameters.
29889 29890 29891 |
# File 'lib/BuildingSync.rb', line 29889 def cLTDParameters @cLTDParameters end |
#floorSlabHeatLossCoefficient ⇒ Object
Returns the value of attribute floorSlabHeatLossCoefficient.
29891 29892 29893 |
# File 'lib/BuildingSync.rb', line 29891 def floorSlabHeatLossCoefficient @floorSlabHeatLossCoefficient end |
#manualJ8Parameters ⇒ Object
Returns the value of attribute manualJ8Parameters.
29890 29891 29892 |
# File 'lib/BuildingSync.rb', line 29890 def manualJ8Parameters @manualJ8Parameters end |
#rTSParameters ⇒ Object
Returns the value of attribute rTSParameters.
29888 29889 29890 |
# File 'lib/BuildingSync.rb', line 29888 def rTSParameters @rTSParameters end |