Class: Raygun::Apm::Event
- Inherits:
-
Object
- Object
- Raygun::Apm::Event
- Defined in:
- lib/raygun/apm/event.rb
Direct Known Subclasses
Begin, BeginTransaction, End, ExceptionThrown, HttpOut, Methodinfo, Sql, ThreadStarted
Defined Under Namespace
Classes: Begin, BeginTransaction, End, ExceptionThrown, HttpOut, Methodinfo, Sql, ThreadStarted
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
4 5 6 |
# File 'lib/raygun/apm/event.rb', line 4 def inspect "#<#{self.class.name}:#{self.object_id}> length:#{self.length} pid:#{self[:pid]} tid:#{self[:tid]} timestamp:#{self[:timestamp]}" end |