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