Class: RaceGuard::SharedState::MemoScanner::MemoSite

Inherits:
Struct
  • Object
show all
Defined in:
lib/race_guard/shared_state/memo_scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ivarObject

Returns the value of attribute ivar

Returns:

  • (Object)

    the current value of ivar



9
10
11
# File 'lib/race_guard/shared_state/memo_scanner.rb', line 9

def ivar
  @ivar
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



9
10
11
# File 'lib/race_guard/shared_state/memo_scanner.rb', line 9

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/race_guard/shared_state/memo_scanner.rb', line 9

def path
  @path
end