Sha256: 38aca601cad786feb7300685f2dfb55928aae4123eec17714952003c3b18feba
Contents?: true
Size: 351 Bytes
Versions: 12
Compression:
Stored size: 351 Bytes
Contents
# This class holds methods that apply DEER 1996 # to a given model. # @ref [References::DEERMASControl] class DEER1996 < DEER @@template = 'DEER 1996' # 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