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



23
24
25
# File 'lib/raygun/apm/event.rb', line 23

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