Class: Raygun::Apm::Event::BeginTransaction

Inherits:
Raygun::Apm::Event show all
Defined in:
lib/raygun/apm/event.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



33
34
35
# File 'lib/raygun/apm/event.rb', line 33

def inspect
  super + " api_key:#{self[:api_key]} technology_type:#{self[:technology_type]} process_type:#{self[:process_type]}"
end