Class: 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
168 169 170 |
# File 'lib/appmap/event.rb', line 168 def defined_class @defined_class end |
#lineno ⇒ Object
Returns the value of attribute lineno
168 169 170 |
# File 'lib/appmap/event.rb', line 168 def lineno @lineno end |
#method_id ⇒ Object
Returns the value of attribute method_id
168 169 170 |
# File 'lib/appmap/event.rb', line 168 def method_id @method_id end |
#path ⇒ Object
Returns the value of attribute path
168 169 170 |
# File 'lib/appmap/event.rb', line 168 def path @path end |
#static ⇒ Object
Returns the value of attribute static
168 169 170 |
# File 'lib/appmap/event.rb', line 168 def static @static end |