Class: Rack::Insight::Instrumentation::Instrument::MethodCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/insight/instrumentation/instrument.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def backtrace
  @backtrace
end

#call_numberObject

Returns the value of attribute call_number

Returns:

  • (Object)

    the current value of call_number



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def call_number
  @call_number
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def context
  @context
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def file
  @file
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def kind
  @kind
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def line
  @line
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def method
  @method
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def object
  @object
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



7
8
9
# File 'lib/rack/insight/instrumentation/instrument.rb', line 7

def thread
  @thread
end