Class: AppMap::Event::MethodEventStruct
- Defined in:
- lib/appmap/event.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#id ⇒ Object
Returns the value of attribute id.
-
#thread_id ⇒ Object
Returns the value of attribute thread_id.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
21 22 23 |
# File 'lib/appmap/event.rb', line 21 def event @event end |
#id ⇒ Object
Returns the value of attribute id
21 22 23 |
# File 'lib/appmap/event.rb', line 21 def id @id end |
#thread_id ⇒ Object
Returns the value of attribute thread_id
21 22 23 |
# File 'lib/appmap/event.rb', line 21 def thread_id @thread_id end |