Sha256: 66101a05548a0dab99f656ea96e941b36c4147bcd0d8a72bc51b6d86d3d0a44b
Contents?: true
Size: 530 Bytes
Versions: 10
Compression:
Stored size: 530 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA 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
10 entries across 10 versions & 1 rubygems