Class: Raygun::Apm::Event::End

Inherits:
Raygun::Apm::Event show all
Defined in:
lib/raygun/apm/event.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



18
19
20
# File 'lib/raygun/apm/event.rb', line 18

def inspect
  super + " function_id:#{self[:function_id]}"
end