Class: TgErrorNotifier::Grouper::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/tg_error_notifier/grouper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



5
6
7
# File 'lib/tg_error_notifier/grouper.rb', line 5

def count
  @count
end

#first_atObject

Returns the value of attribute first_at

Returns:

  • (Object)

    the current value of first_at



5
6
7
# File 'lib/tg_error_notifier/grouper.rb', line 5

def first_at
  @first_at
end

#last_sent_atObject

Returns the value of attribute last_sent_at

Returns:

  • (Object)

    the current value of last_sent_at



5
6
7
# File 'lib/tg_error_notifier/grouper.rb', line 5

def last_sent_at
  @last_sent_at
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



5
6
7
# File 'lib/tg_error_notifier/grouper.rb', line 5

def thread_id
  @thread_id
end