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