Class: Fuzzy::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_scoreObject

Returns the value of attribute base_score

Returns:

  • (Object)

    the current value of base_score



23
24
25
# File 'lib/fuzzy.rb', line 23

def base_score
  @base_score
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



23
24
25
# File 'lib/fuzzy.rb', line 23

def data
  @data
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



23
24
25
# File 'lib/fuzzy.rb', line 23

def text
  @text
end

#text_lowerObject

Returns the value of attribute text_lower

Returns:

  • (Object)

    the current value of text_lower



23
24
25
# File 'lib/fuzzy.rb', line 23

def text_lower
  @text_lower
end