Sha256: f24a07ce1aeeda95bc90ecb20fb72e9f3451bb63757ccc83497e5076ab53540b
Contents?: true
Size: 506 Bytes
Versions: 17
Compression:
Stored size: 506 Bytes
Contents
# This class holds methods that apply a version of ASHRAE 90.1-2004 that has # been modified to better reflect the U.S. building stock to a given model. # @ref [References::ASHRAE9012004] class ComStockASHRAE9012004 < ASHRAE9012004 register_standard 'ComStock 90.1-2004' attr_reader :template def initialize @template = 'ComStock 90.1-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