Class: Fuzzy::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_scoreObject (readonly)

Returns the value of attribute base_score

Returns:

  • (Object)

    the current value of base_score



21
22
23
# File 'lib/fuzzy.rb', line 21

def base_score
  @base_score
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



21
22
23
# File 'lib/fuzzy.rb', line 21

def data
  @data
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



21
22
23
# File 'lib/fuzzy.rb', line 21

def text
  @text
end

#text_lowerObject (readonly)

Returns the value of attribute text_lower

Returns:

  • (Object)

    the current value of text_lower



21
22
23
# File 'lib/fuzzy.rb', line 21

def text_lower
  @text_lower
end