Sha256: bf1beb4709616c5dd11973a5a9dad947ce0362d54487d8c574145be6dc060154
Contents?: true
Size: 575 Bytes
Versions: 17
Compression:
Stored size: 575 Bytes
Contents
# This class holds methods that apply the "standard" assumptions # used in the DOE 1980-2004 Reference Buildings, # but modified to better reflect the U.S. building stock to a given model. # @ref [References::USDOEReferenceBuildings] class ComStockDOERef1980to2004 < DOERef1980to2004 register_standard 'ComStock DOE Ref 1980-2004' attr_reader :template def initialize @template = 'ComStock DOE Ref 1980-2004' load_standards_database end def load_standards_database(data_directories = []) super([__dir__] + data_directories) end end
Version data entries
17 entries across 17 versions & 1 rubygems