Class: Gitlab::ErrorTracking::ErrorEvent

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/gitlab/error_tracking/error_event.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#date_receivedObject

Returns the value of attribute date_received.



10
11
12
# File 'lib/gitlab/error_tracking/error_event.rb', line 10

def date_received
  @date_received
end

#gitlab_projectObject

Returns the value of attribute gitlab_project.



10
11
12
# File 'lib/gitlab/error_tracking/error_event.rb', line 10

def gitlab_project
  @gitlab_project
end

#issue_idObject

Returns the value of attribute issue_id.



10
11
12
# File 'lib/gitlab/error_tracking/error_event.rb', line 10

def issue_id
  @issue_id
end

#project_idObject

Returns the value of attribute project_id.



10
11
12
# File 'lib/gitlab/error_tracking/error_event.rb', line 10

def project_id
  @project_id
end

#stack_trace_entriesObject

Returns the value of attribute stack_trace_entries.



10
11
12
# File 'lib/gitlab/error_tracking/error_event.rb', line 10

def stack_trace_entries
  @stack_trace_entries
end

Class Method Details

.declarative_policy_classObject



12
13
14
# File 'lib/gitlab/error_tracking/error_event.rb', line 12

def self.declarative_policy_class
  'ErrorTracking::BasePolicy'
end