Class: Searching::GuideProgress::PassedAssignments

Inherits:
NumericFilter show all
Includes:
QueryOperands
Defined in:
lib/mumuki/classroom/models/searching/guide_progress.rb

Instance Method Summary collapse

Methods included from QueryOperands

#close_to, #default_query_operand, #less_than, #more_than

Methods included from QueryOperands

#current_query_operand, #current_query_operand_method

Methods inherited from NumericFilter

#query_param=

Methods inherited from BaseFilter

#pipeline

Instance Method Details

#queryObject



43
44
45
# File 'lib/mumuki/classroom/models/searching/guide_progress.rb', line 43

def query
  {'stats.passed': current_query_operand}
end