Class: AppMap::Event::MethodEventStruct
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Event::MethodEventStruct
- Defined in:
- lib/appmap/event.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
18 19 20 |
# File 'lib/appmap/event.rb', line 18 def defined_class @defined_class end |
#event ⇒ Object
Returns the value of attribute event
18 19 20 |
# File 'lib/appmap/event.rb', line 18 def event @event end |
#id ⇒ Object
Returns the value of attribute id
18 19 20 |
# File 'lib/appmap/event.rb', line 18 def id @id end |
#lineno ⇒ Object
Returns the value of attribute lineno
18 19 20 |
# File 'lib/appmap/event.rb', line 18 def lineno @lineno end |
#method_id ⇒ Object
Returns the value of attribute method_id
18 19 20 |
# File 'lib/appmap/event.rb', line 18 def method_id @method_id end |
#path ⇒ Object
Returns the value of attribute path
18 19 20 |
# File 'lib/appmap/event.rb', line 18 def path @path end |
#static ⇒ Object
Returns the value of attribute static
18 19 20 |
# File 'lib/appmap/event.rb', line 18 def static @static end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
18 19 20 |
# File 'lib/appmap/event.rb', line 18 def thread_id @thread_id end |