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