Class: TuiTui::Fuzzy::Match

Inherits:
Data
  • Object
show all
Defined in:
lib/tui_tui/fuzzy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#positionsObject (readonly)

Returns the value of attribute positions

Returns:

  • (Object)

    the current value of positions



6
7
8
# File 'lib/tui_tui/fuzzy.rb', line 6

def positions
  @positions
end

#scoreObject (readonly)

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



6
7
8
# File 'lib/tui_tui/fuzzy.rb', line 6

def score
  @score
end