Class: RaceGuard::SharedState::AccessEvent
- Inherits:
-
Struct
- Object
- Struct
- RaceGuard::SharedState::AccessEvent
- Defined in:
- lib/race_guard/shared_state/access_event.rb
Overview
Normalized access for Epic 6.2–6.3 (tests and TracePoint adapters).
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#path ⇒ Object
Returns the value of attribute path.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/race_guard/shared_state/access_event.rb', line 6 def key @key end |
#kind ⇒ Object
Returns the value of attribute kind
6 7 8 |
# File 'lib/race_guard/shared_state/access_event.rb', line 6 def kind @kind end |
#lineno ⇒ Object
Returns the value of attribute lineno
6 7 8 |
# File 'lib/race_guard/shared_state/access_event.rb', line 6 def lineno @lineno end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/race_guard/shared_state/access_event.rb', line 6 def path @path end |
#thread ⇒ Object
Returns the value of attribute thread
6 7 8 |
# File 'lib/race_guard/shared_state/access_event.rb', line 6 def thread @thread end |