Class: Uncaught::IssueEntry
- Inherits:
-
Struct
- Object
- Struct
- Uncaught::IssueEntry
- Defined in:
- lib/uncaught/types.rb
Overview
An entry in the issues.json index file.
Instance Attribute Summary collapse
-
#affected_users ⇒ Object
Returns the value of attribute affected_users.
-
#count ⇒ Object
Returns the value of attribute count.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#error_type ⇒ Object
Returns the value of attribute error_type.
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#first_seen ⇒ Object
Returns the value of attribute first_seen.
-
#fix_prompt_file ⇒ Object
Returns the value of attribute fix_prompt_file.
-
#last_seen ⇒ Object
Returns the value of attribute last_seen.
-
#latest_event_file ⇒ Object
Returns the value of attribute latest_event_file.
-
#release ⇒ Object
Returns the value of attribute release.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#affected_users ⇒ Object
Returns the value of attribute affected_users
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def affected_users @affected_users end |
#count ⇒ Object
Returns the value of attribute count
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def count @count end |
#environment ⇒ Object
Returns the value of attribute environment
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def environment @environment end |
#error_type ⇒ Object
Returns the value of attribute error_type
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def error_type @error_type end |
#fingerprint ⇒ Object
Returns the value of attribute fingerprint
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def fingerprint @fingerprint end |
#first_seen ⇒ Object
Returns the value of attribute first_seen
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def first_seen @first_seen end |
#fix_prompt_file ⇒ Object
Returns the value of attribute fix_prompt_file
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def fix_prompt_file @fix_prompt_file end |
#last_seen ⇒ Object
Returns the value of attribute last_seen
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def last_seen @last_seen end |
#latest_event_file ⇒ Object
Returns the value of attribute latest_event_file
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def latest_event_file @latest_event_file end |
#release ⇒ Object
Returns the value of attribute release
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def release @release end |
#status ⇒ Object
Returns the value of attribute status
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def status @status end |
#title ⇒ Object
Returns the value of attribute title
55 56 57 |
# File 'lib/uncaught/types.rb', line 55 def title @title end |