class Algolia::Recommend::BoughtTogetherQuery

def hash

Returns:
  • (Integer) - Hash code
def hash
  [index_name, threshold, max_recommendations, query_parameters, model, object_id].hash
end