Class: AppMap::Trace::MethodEventStruct

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

Direct Known Subclasses

MethodEvent

Instance Attribute Summary collapse

Instance Attribute Details

#defined_classObject

Returns the value of attribute defined_class

Returns:

  • (Object)

    the current value of defined_class



3
4
5
# File 'lib/appmap/trace/tracer.rb', line 3

def defined_class
  @defined_class
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



3
4
5
# File 'lib/appmap/trace/tracer.rb', line 3

def event
  @event
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/appmap/trace/tracer.rb', line 3

def id
  @id
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



3
4
5
# File 'lib/appmap/trace/tracer.rb', line 3

def lineno
  @lineno
end

#method_idObject

Returns the value of attribute method_id

Returns:

  • (Object)

    the current value of method_id



3
4
5
# File 'lib/appmap/trace/tracer.rb', line 3

def method_id
  @method_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



3
4
5
# File 'lib/appmap/trace/tracer.rb', line 3

def path
  @path
end

#staticObject

Returns the value of attribute static

Returns:

  • (Object)

    the current value of static



3
4
5
# File 'lib/appmap/trace/tracer.rb', line 3

def static
  @static
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



3
4
5
# File 'lib/appmap/trace/tracer.rb', line 3

def thread_id
  @thread_id
end