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

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) backtrace

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



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

def backtrace
  @backtrace
end

- (Object) call_number

Returns the value of attribute call_number

Returns:

  • (Object)

    the current value of call_number



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

def call_number
  @call_number
end

- (Object) context

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



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

def context
  @context
end

- (Object) file

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



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

def file
  @file
end

- (Object) kind

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

- (Object) line

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

- (Object) method

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



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

def method
  @method
end

- (Object) object

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



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

def object
  @object
end

- (Object) thread

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



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

def thread
  @thread
end