Class: Raygun::Apm::Event::Methodinfo

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

Instance Method Summary collapse

Instance Method Details

#inspectObject



28
29
30
# File 'lib/raygun/apm/event.rb', line 28

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