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