Class: Raygun::Apm::Event::BeginTransaction
- Inherits:
-
Raygun::Apm::Event
- Object
- Raygun::Apm::Event
- Raygun::Apm::Event::BeginTransaction
- Defined in:
- lib/raygun/apm/event.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
43 44 45 |
# File 'lib/raygun/apm/event.rb', line 43 def inspect super + " api_key:#{self[:api_key]} technology_type:#{self[:technology_type]} process_type:#{self[:process_type]}" end |