Class: Elasticated::HitsInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/elasticated/results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_scoreObject

Returns the value of attribute max_score

Returns:

  • (Object)

    the current value of max_score



4
5
6
# File 'lib/elasticated/results.rb', line 4

def max_score
  @max_score
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



4
5
6
# File 'lib/elasticated/results.rb', line 4

def total
  @total
end