Sha256: 583cb9589adff8fc90bb80ed57613638f5551b29645d3d9a99ef21152713cfa5
Contents?: true
Size: 398 Bytes
Versions: 17
Compression:
Stored size: 398 Bytes
Contents
# This class holds methods that apply ASHRAE 90.1-2004 # to a given model. # @ref [References::ASHRAE9012004] class ASHRAE9012004 < ASHRAE901 register_standard '90.1-2004' attr_reader :template def initialize @template = '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