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