Class: AppMap::Event::MethodCall::MethodMetadata
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Event::MethodCall::MethodMetadata
- Defined in:
- lib/appmap/event.rb
Instance Attribute Summary collapse
-
#defined_class ⇒ Object
Returns the value of attribute defined_class.
-
#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.
Instance Attribute Details
#defined_class ⇒ Object
Returns the value of attribute defined_class
145 146 147 |
# File 'lib/appmap/event.rb', line 145 def defined_class @defined_class end |
#lineno ⇒ Object
Returns the value of attribute lineno
145 146 147 |
# File 'lib/appmap/event.rb', line 145 def lineno @lineno end |
#method_id ⇒ Object
Returns the value of attribute method_id
145 146 147 |
# File 'lib/appmap/event.rb', line 145 def method_id @method_id end |
#path ⇒ Object
Returns the value of attribute path
145 146 147 |
# File 'lib/appmap/event.rb', line 145 def path @path end |
#static ⇒ Object
Returns the value of attribute static
145 146 147 |
# File 'lib/appmap/event.rb', line 145 def static @static end |