Class: AppMap::Event::MethodCall::MethodMetadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/appmap/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defined_classObject

Returns the value of attribute defined_class

Returns:

  • (Object)

    the current value of defined_class



150
151
152
# File 'lib/appmap/event.rb', line 150

def defined_class
  @defined_class
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



150
151
152
# File 'lib/appmap/event.rb', line 150

def lineno
  @lineno
end

#method_idObject

Returns the value of attribute method_id

Returns:

  • (Object)

    the current value of method_id



150
151
152
# File 'lib/appmap/event.rb', line 150

def method_id
  @method_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



150
151
152
# File 'lib/appmap/event.rb', line 150

def path
  @path
end

#staticObject

Returns the value of attribute static

Returns:

  • (Object)

    the current value of static



150
151
152
# File 'lib/appmap/event.rb', line 150

def static
  @static
end