Class: Types::ErrorTracking::SentryErrorStackTraceContextType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb

Overview

rubocop: disable Graphql/AuthorizeTypes

Instance Method Summary collapse

Methods inherited from BaseObject

accepts, assignable?, authorization, authorize, authorized?, #current_user, #id

Methods included from Gitlab::Graphql::Present

#present, #unpresented

Instance Method Details

#codeObject



23
24
25
# File 'app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb', line 23

def code
  object[1]
end

#lineObject



19
20
21
# File 'app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb', line 19

def line
  object[0]
end