Class: Uncaught::IssueEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/uncaught/types.rb

Overview

An entry in the issues.json index file.

Instance Attribute Summary collapse

Instance Attribute Details

#affected_usersObject

Returns the value of attribute affected_users

Returns:

  • the current value of affected_users



55
56
57
# File 'lib/uncaught/types.rb', line 55

def affected_users
  @affected_users
end

#countObject

Returns the value of attribute count

Returns:

  • the current value of count



55
56
57
# File 'lib/uncaught/types.rb', line 55

def count
  @count
end

#environmentObject

Returns the value of attribute environment

Returns:

  • the current value of environment



55
56
57
# File 'lib/uncaught/types.rb', line 55

def environment
  @environment
end

#error_typeObject

Returns the value of attribute error_type

Returns:

  • the current value of error_type



55
56
57
# File 'lib/uncaught/types.rb', line 55

def error_type
  @error_type
end

#fingerprintObject

Returns the value of attribute fingerprint

Returns:

  • the current value of fingerprint



55
56
57
# File 'lib/uncaught/types.rb', line 55

def fingerprint
  @fingerprint
end

#first_seenObject

Returns the value of attribute first_seen

Returns:

  • the current value of first_seen



55
56
57
# File 'lib/uncaught/types.rb', line 55

def first_seen
  @first_seen
end

#fix_prompt_fileObject

Returns the value of attribute fix_prompt_file

Returns:

  • the current value of fix_prompt_file



55
56
57
# File 'lib/uncaught/types.rb', line 55

def fix_prompt_file
  @fix_prompt_file
end

#last_seenObject

Returns the value of attribute last_seen

Returns:

  • the current value of last_seen



55
56
57
# File 'lib/uncaught/types.rb', line 55

def last_seen
  @last_seen
end

#latest_event_fileObject

Returns the value of attribute latest_event_file

Returns:

  • the current value of latest_event_file



55
56
57
# File 'lib/uncaught/types.rb', line 55

def latest_event_file
  @latest_event_file
end

#releaseObject

Returns the value of attribute release

Returns:

  • the current value of release



55
56
57
# File 'lib/uncaught/types.rb', line 55

def release
  @release
end

#statusObject

Returns the value of attribute status

Returns:

  • the current value of status



55
56
57
# File 'lib/uncaught/types.rb', line 55

def status
  @status
end

#titleObject

Returns the value of attribute title

Returns:

  • the current value of title



55
56
57
# File 'lib/uncaught/types.rb', line 55

def title
  @title
end