Method: Algolia::Ingestion::SourceBigQuery#hash

Defined in:
lib/algolia/models/ingestion/source_big_query.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



145
146
147
# File 'lib/algolia/models/ingestion/source_big_query.rb', line 145

def hash
  [project_id, dataset_id, data_type, table, table_prefix, custom_sql_request, unique_id_column].hash
end