Sha256: 50172f3f70286acaaaf11a0db2dc827cd9cf02b75923ea054f183bc7d63081ed
Contents?: true
Size: 367 Bytes
Versions: 12
Compression:
Stored size: 367 Bytes
Contents
# This class holds methods that apply ASHRAE 90.1-2004 # to a given model. # @ref [References::ASHRAE9012004] class ASHRAE9012004 < ASHRAE901 @@template = '90.1-2004' # rubocop:disable Style/ClassVars register_standard @@template attr_reader :template def initialize super() @template = @@template load_standards_database end end
Version data entries
12 entries across 12 versions & 1 rubygems