Class: Insight::Instrumentation::Instrument::MethodCall
- Inherits:
-
Struct
- Object
- Struct
- Insight::Instrumentation::Instrument::MethodCall
- Defined in:
- lib/insight/instrumentation/instrument.rb
Instance Attribute Summary (collapse)
-
- (Object) backtrace
Returns the value of attribute backtrace.
-
- (Object) call_number
Returns the value of attribute call_number.
-
- (Object) context
Returns the value of attribute context.
-
- (Object) file
Returns the value of attribute file.
-
- (Object) kind
Returns the value of attribute kind.
-
- (Object) line
Returns the value of attribute line.
-
- (Object) method
Returns the value of attribute method.
-
- (Object) object
Returns the value of attribute object.
-
- (Object) thread
Returns the value of attribute thread.
Instance Attribute Details
- (Object) backtrace
Returns the value of attribute 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
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
7 8 9 |
# File 'lib/insight/instrumentation/instrument.rb', line 7 def context @context end |
- (Object) file
Returns the value of attribute file
7 8 9 |
# File 'lib/insight/instrumentation/instrument.rb', line 7 def file @file end |
- (Object) kind
Returns the value of attribute kind
7 8 9 |
# File 'lib/insight/instrumentation/instrument.rb', line 7 def kind @kind end |
- (Object) line
Returns the value of attribute line
7 8 9 |
# File 'lib/insight/instrumentation/instrument.rb', line 7 def line @line end |
- (Object) method
Returns the value of attribute method
7 8 9 |
# File 'lib/insight/instrumentation/instrument.rb', line 7 def method @method end |
- (Object) object
Returns the value of attribute object
7 8 9 |
# File 'lib/insight/instrumentation/instrument.rb', line 7 def object @object end |
- (Object) thread
Returns the value of attribute thread
7 8 9 |
# File 'lib/insight/instrumentation/instrument.rb', line 7 def thread @thread end |