Class: Fuzzy::Entry
- Inherits:
-
Struct
- Object
- Struct
- Fuzzy::Entry
- Defined in:
- lib/fuzzy.rb
Instance Attribute Summary collapse
-
#base_score ⇒ Object
Returns the value of attribute base_score.
-
#data ⇒ Object
Returns the value of attribute data.
-
#text ⇒ Object
Returns the value of attribute text.
-
#text_lower ⇒ Object
Returns the value of attribute text_lower.
Instance Attribute Details
#base_score ⇒ Object
Returns the value of attribute base_score
23 24 25 |
# File 'lib/fuzzy.rb', line 23 def base_score @base_score end |
#data ⇒ Object
Returns the value of attribute data
23 24 25 |
# File 'lib/fuzzy.rb', line 23 def data @data end |
#text ⇒ Object
Returns the value of attribute text
23 24 25 |
# File 'lib/fuzzy.rb', line 23 def text @text end |
#text_lower ⇒ Object
Returns the value of attribute text_lower
23 24 25 |
# File 'lib/fuzzy.rb', line 23 def text_lower @text_lower end |