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