Class: AppMap::Trace::MethodEventStruct
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Trace::MethodEventStruct
- Defined in:
- lib/appmap/trace/tracer.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#defined_class ⇒ Object
Returns the value of attribute defined_class.
-
#event ⇒ Object
Returns the value of attribute event.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#method_id ⇒ Object
Returns the value of attribute method_id.
-
#path ⇒ Object
Returns the value of attribute path.
-
#static ⇒ Object
Returns the value of attribute static.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
Instance Attribute Details
#defined_class ⇒ Object
Returns the value of attribute defined_class
3 4 5 |
# File 'lib/appmap/trace/tracer.rb', line 3 def defined_class @defined_class end |
#event ⇒ Object
Returns the value of attribute event
3 4 5 |
# File 'lib/appmap/trace/tracer.rb', line 3 def event @event end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/appmap/trace/tracer.rb', line 3 def id @id end |
#lineno ⇒ Object
Returns the value of attribute lineno
3 4 5 |
# File 'lib/appmap/trace/tracer.rb', line 3 def lineno @lineno end |
#method_id ⇒ Object
Returns the value of attribute method_id
3 4 5 |
# File 'lib/appmap/trace/tracer.rb', line 3 def method_id @method_id end |
#path ⇒ Object
Returns the value of attribute path
3 4 5 |
# File 'lib/appmap/trace/tracer.rb', line 3 def path @path end |
#static ⇒ Object
Returns the value of attribute static
3 4 5 |
# File 'lib/appmap/trace/tracer.rb', line 3 def static @static end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
3 4 5 |
# File 'lib/appmap/trace/tracer.rb', line 3 def thread_id @thread_id end |