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