Sha256: ac124b6238673f93c0b2ae817362cece6ffcd176db83ed1920bf18dbf5d1d9f4
Contents?: true
Size: 546 Bytes
Versions: 78
Compression:
Stored size: 546 Bytes
Contents
# frozen_string_literal: true module GitlabQuality module TestTooling module SystemLogs module SharedFields module Meta def meta_fields [ :meta_user, :meta_project, :meta_caller_id ] end end module Exception def exception_fields [ :exception_class, :exception_message, :exception_backtrace ] end end end end end end
Version data entries
78 entries across 78 versions & 1 rubygems