Class: RailsErrorDashboard::Services::StormProtection::CountBuffer::Entry
- Inherits:
-
Struct
- Object
- Struct
- RailsErrorDashboard::Services::StormProtection::CountBuffer::Entry
- Defined in:
- lib/rails_error_dashboard/services/storm_protection/count_buffer.rb
Instance Attribute Summary collapse
-
#action_name ⇒ Object
Returns the value of attribute action_name.
-
#controller_name ⇒ Object
Returns the value of attribute controller_name.
-
#count ⇒ Object
Returns the value of attribute count.
-
#custom_hash ⇒ Object
Returns the value of attribute custom_hash.
-
#error_class ⇒ Object
Returns the value of attribute error_class.
-
#first_app_frame ⇒ Object
Returns the value of attribute first_app_frame.
-
#first_seen_at ⇒ Object
Returns the value of attribute first_seen_at.
-
#last_seen_at ⇒ Object
Returns the value of attribute last_seen_at.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#action_name ⇒ Object
Returns the value of attribute action_name
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def action_name @action_name end |
#controller_name ⇒ Object
Returns the value of attribute controller_name
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def controller_name @controller_name end |
#count ⇒ Object
Returns the value of attribute count
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def count @count end |
#custom_hash ⇒ Object
Returns the value of attribute custom_hash
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def custom_hash @custom_hash end |
#error_class ⇒ Object
Returns the value of attribute error_class
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def error_class @error_class end |
#first_app_frame ⇒ Object
Returns the value of attribute first_app_frame
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def first_app_frame @first_app_frame end |
#first_seen_at ⇒ Object
Returns the value of attribute first_seen_at
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def first_seen_at @first_seen_at end |
#last_seen_at ⇒ Object
Returns the value of attribute last_seen_at
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def last_seen_at @last_seen_at end |
#message ⇒ Object
Returns the value of attribute message
23 24 25 |
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23 def @message end |