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