Class: RaceGuard::SharedState::MemoScanner::MemoSite
- Inherits:
-
Struct
- Object
- Struct
- RaceGuard::SharedState::MemoScanner::MemoSite
- Defined in:
- lib/race_guard/shared_state/memo_scanner.rb
Instance Attribute Summary collapse
-
#ivar ⇒ Object
Returns the value of attribute ivar.
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#ivar ⇒ Object
Returns the value of attribute ivar
9 10 11 |
# File 'lib/race_guard/shared_state/memo_scanner.rb', line 9 def ivar @ivar end |
#line ⇒ Object
Returns the value of attribute line
9 10 11 |
# File 'lib/race_guard/shared_state/memo_scanner.rb', line 9 def line @line end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/race_guard/shared_state/memo_scanner.rb', line 9 def path @path end |