Class: SolidStackWeb::ErrorFrequencyReport::Row

Inherits:
Data
  • Object
show all
Defined in:
app/models/solid_stack_web/error_frequency_report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



3
4
5
# File 'app/models/solid_stack_web/error_frequency_report.rb', line 3

def count
  @count
end

#exception_classObject (readonly)

Returns the value of attribute exception_class

Returns:

  • (Object)

    the current value of exception_class



3
4
5
# File 'app/models/solid_stack_web/error_frequency_report.rb', line 3

def exception_class
  @exception_class
end

#message_prefixObject (readonly)

Returns the value of attribute message_prefix

Returns:

  • (Object)

    the current value of message_prefix



3
4
5
# File 'app/models/solid_stack_web/error_frequency_report.rb', line 3

def message_prefix
  @message_prefix
end

#sample_backtraceObject (readonly)

Returns the value of attribute sample_backtrace

Returns:

  • (Object)

    the current value of sample_backtrace



3
4
5
# File 'app/models/solid_stack_web/error_frequency_report.rb', line 3

def sample_backtrace
  @sample_backtrace
end