Class: Raygun::Apm::Event::End
- Inherits:
-
Raygun::Apm::Event
- Object
- Raygun::Apm::Event
- Raygun::Apm::Event::End
- Defined in:
- lib/raygun/apm/event.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
23 24 25 |
# File 'lib/raygun/apm/event.rb', line 23 def inspect super + " function_id:#{self[:function_id]}" end |