Class: Elasticated::HitsInfo
- Inherits:
-
Struct
- Object
- Struct
- Elasticated::HitsInfo
- Defined in:
- lib/elasticated/results.rb
Instance Attribute Summary collapse
-
#max_score ⇒ Object
Returns the value of attribute max_score.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#max_score ⇒ Object
Returns the value of attribute max_score
4 5 6 |
# File 'lib/elasticated/results.rb', line 4 def max_score @max_score end |
#total ⇒ Object
Returns the value of attribute total
4 5 6 |
# File 'lib/elasticated/results.rb', line 4 def total @total end |