Class: Gitlab::ErrorTracking::DetailedError
- Inherits:
-
Object
- Object
- Gitlab::ErrorTracking::DetailedError
- Includes:
- ActiveModel::Model, GlobalID::Identification
- Defined in:
- lib/gitlab/error_tracking/detailed_error.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#culprit ⇒ Object
Returns the value of attribute culprit.
-
#external_base_url ⇒ Object
Returns the value of attribute external_base_url.
-
#external_url ⇒ Object
Returns the value of attribute external_url.
-
#first_release_last_commit ⇒ Object
Returns the value of attribute first_release_last_commit.
-
#first_release_short_version ⇒ Object
Returns the value of attribute first_release_short_version.
-
#first_release_version ⇒ Object
Returns the value of attribute first_release_version.
-
#first_seen ⇒ Object
Returns the value of attribute first_seen.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#gitlab_commit ⇒ Object
Returns the value of attribute gitlab_commit.
-
#gitlab_commit_path ⇒ Object
Returns the value of attribute gitlab_commit_path.
-
#gitlab_issue ⇒ Object
Returns the value of attribute gitlab_issue.
-
#gitlab_project ⇒ Object
Returns the value of attribute gitlab_project.
-
#id ⇒ Object
Returns the value of attribute id.
-
#integrated ⇒ Object
Returns the value of attribute integrated.
-
#last_release_last_commit ⇒ Object
Returns the value of attribute last_release_last_commit.
-
#last_release_short_version ⇒ Object
Returns the value of attribute last_release_short_version.
-
#last_release_version ⇒ Object
Returns the value of attribute last_release_version.
-
#last_seen ⇒ Object
Returns the value of attribute last_seen.
-
#message ⇒ Object
Returns the value of attribute message.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
-
#project_slug ⇒ Object
Returns the value of attribute project_slug.
-
#short_id ⇒ Object
Returns the value of attribute short_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
-
#user_count ⇒ Object
Returns the value of attribute user_count.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def count @count end |
#culprit ⇒ Object
Returns the value of attribute culprit.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def culprit @culprit end |
#external_base_url ⇒ Object
Returns the value of attribute external_base_url.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def external_base_url @external_base_url end |
#external_url ⇒ Object
Returns the value of attribute external_url.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def external_url @external_url end |
#first_release_last_commit ⇒ Object
Returns the value of attribute first_release_last_commit.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def first_release_last_commit @first_release_last_commit end |
#first_release_short_version ⇒ Object
Returns the value of attribute first_release_short_version.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def first_release_short_version @first_release_short_version end |
#first_release_version ⇒ Object
Returns the value of attribute first_release_version.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def first_release_version @first_release_version end |
#first_seen ⇒ Object
Returns the value of attribute first_seen.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def first_seen @first_seen end |
#frequency ⇒ Object
Returns the value of attribute frequency.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def frequency @frequency end |
#gitlab_commit ⇒ Object
Returns the value of attribute gitlab_commit.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def gitlab_commit @gitlab_commit end |
#gitlab_commit_path ⇒ Object
Returns the value of attribute gitlab_commit_path.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def gitlab_commit_path @gitlab_commit_path end |
#gitlab_issue ⇒ Object
Returns the value of attribute gitlab_issue.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def gitlab_issue @gitlab_issue end |
#gitlab_project ⇒ Object
Returns the value of attribute gitlab_project.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def gitlab_project @gitlab_project end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def id @id end |
#integrated ⇒ Object
Returns the value of attribute integrated.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def integrated @integrated end |
#last_release_last_commit ⇒ Object
Returns the value of attribute last_release_last_commit.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def last_release_last_commit @last_release_last_commit end |
#last_release_short_version ⇒ Object
Returns the value of attribute last_release_short_version.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def last_release_short_version @last_release_short_version end |
#last_release_version ⇒ Object
Returns the value of attribute last_release_version.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def last_release_version @last_release_version end |
#last_seen ⇒ Object
Returns the value of attribute last_seen.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def last_seen @last_seen end |
#message ⇒ Object
Returns the value of attribute message.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def @message end |
#project_id ⇒ Object
Returns the value of attribute project_id.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def project_id @project_id end |
#project_name ⇒ Object
Returns the value of attribute project_name.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def project_name @project_name end |
#project_slug ⇒ Object
Returns the value of attribute project_slug.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def project_slug @project_slug end |
#short_id ⇒ Object
Returns the value of attribute short_id.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def short_id @short_id end |
#status ⇒ Object
Returns the value of attribute status.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def @tags end |
#title ⇒ Object
Returns the value of attribute title.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def type @type end |
#user_count ⇒ Object
Returns the value of attribute user_count.
11 12 13 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 11 def user_count @user_count end |
Class Method Details
.declarative_policy_class ⇒ Object
41 42 43 |
# File 'lib/gitlab/error_tracking/detailed_error.rb', line 41 def self.declarative_policy_class 'ErrorTracking::BasePolicy' end |