Class: TgErrorNotifier::Grouper::Entry
- Inherits:
-
Struct
- Object
- Struct
- TgErrorNotifier::Grouper::Entry
- Defined in:
- lib/tg_error_notifier/grouper.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#first_at ⇒ Object
Returns the value of attribute first_at.
-
#last_sent_at ⇒ Object
Returns the value of attribute last_sent_at.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
5 6 7 |
# File 'lib/tg_error_notifier/grouper.rb', line 5 def count @count end |
#first_at ⇒ Object
Returns the value of attribute first_at
5 6 7 |
# File 'lib/tg_error_notifier/grouper.rb', line 5 def first_at @first_at end |
#last_sent_at ⇒ Object
Returns the value of attribute last_sent_at
5 6 7 |
# File 'lib/tg_error_notifier/grouper.rb', line 5 def last_sent_at @last_sent_at end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
5 6 7 |
# File 'lib/tg_error_notifier/grouper.rb', line 5 def thread_id @thread_id end |