Class: Types::ErrorTracking::SentryErrorStackTraceContextType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::ErrorTracking::SentryErrorStackTraceContextType
- 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, authorization_scopes, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#code ⇒ Object
23 24 25 |
# File 'app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb', line 23 def code object[1] end |
#line ⇒ Object
19 20 21 |
# File 'app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb', line 19 def line object[0] end |