Class: Tracebin::BackgroundTimer

Inherits:
Timer
  • Object
show all
Defined in:
lib/tracebin/background_timer.rb

Instance Attribute Summary

Attributes inherited from Timer

#events, #transaction_name

Instance Method Summary collapse

Methods inherited from Timer

#duration, #initialize, #payload, #start!, #stop!

Methods included from Helpers

#deserialize_time_string, #milliseconds_between, #time_to_string, #timestamp_string, #to_milliseconds

Constructor Details

This class inherits a constructor from Tracebin::Timer

Instance Method Details

#transaction_typeObject



5
6
7
# File 'lib/tracebin/background_timer.rb', line 5

def transaction_type
  'background_job'
end