Class: SolidStackWeb::ErrorFrequencyReport::Row
- Inherits:
-
Data
- Object
- Data
- SolidStackWeb::ErrorFrequencyReport::Row
- Defined in:
- app/models/solid_stack_web/error_frequency_report.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#exception_class ⇒ Object
readonly
Returns the value of attribute exception_class.
-
#message_prefix ⇒ Object
readonly
Returns the value of attribute message_prefix.
-
#sample_backtrace ⇒ Object
readonly
Returns the value of attribute sample_backtrace.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
3 4 5 |
# File 'app/models/solid_stack_web/error_frequency_report.rb', line 3 def count @count end |
#exception_class ⇒ Object (readonly)
Returns the value of attribute exception_class
3 4 5 |
# File 'app/models/solid_stack_web/error_frequency_report.rb', line 3 def exception_class @exception_class end |
#message_prefix ⇒ Object (readonly)
Returns the value of attribute message_prefix
3 4 5 |
# File 'app/models/solid_stack_web/error_frequency_report.rb', line 3 def @message_prefix end |
#sample_backtrace ⇒ Object (readonly)
Returns the value of attribute sample_backtrace
3 4 5 |
# File 'app/models/solid_stack_web/error_frequency_report.rb', line 3 def sample_backtrace @sample_backtrace end |