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