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