Sha256: 6df66f2da763f1477501cd3c8bf466e67c8156022dbd2c59b5357dad86d8034a
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-2013 that has # been modified to better reflect the U.S. building stock to a given model. # @ref [References::ASHRAE9012013] class ComStockASHRAE9012013 < ASHRAE9012013 register_standard 'ComStock 90.1-2013' attr_reader :template def initialize @template = 'ComStock 90.1-2013' 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