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