class Algolia::Ingestion::Window

def hash

Returns:
  • (Integer) - Hash code
def hash
  [start_date, end_date].hash
end