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