Class: RediSearch::Spellcheck::Suggestion
- Inherits:
-
Struct
- Object
- Struct
- RediSearch::Spellcheck::Suggestion
- Defined in:
- lib/redi_search/spellcheck/result.rb
Instance Attribute Summary collapse
-
#score ⇒ Object
Returns the value of attribute score.
-
#suggestion ⇒ Object
Returns the value of attribute suggestion.
Instance Attribute Details
#score ⇒ Object
Returns the value of attribute score
5 6 7 |
# File 'lib/redi_search/spellcheck/result.rb', line 5 def score @score end |
#suggestion ⇒ Object
Returns the value of attribute suggestion
5 6 7 |
# File 'lib/redi_search/spellcheck/result.rb', line 5 def suggestion @suggestion end |