Sha256: 15924772db6f8c5738f9f8d05534af4de5816aef190f490b3f04fbea6b3b2e97
Contents?: true
Size: 444 Bytes
Versions: 12
Compression:
Stored size: 444 Bytes
Contents
# This class holds methods that apply the "standard" assumptions # used in the DOE 1980-2004 Reference Buildings to a given model. # @ref [References::USDOEReferenceBuildings] class DOERef1980to2004 < ASHRAE901 @@template = 'DOE Ref 1980-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