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