Class: AppMap::Event::MethodEventStruct

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

Direct Known Subclasses

MethodEvent

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



21
22
23
# File 'lib/appmap/event.rb', line 21

def event
  @event
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



21
22
23
# File 'lib/appmap/event.rb', line 21

def id
  @id
end

#thread_idObject

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



21
22
23
# File 'lib/appmap/event.rb', line 21

def thread_id
  @thread_id
end