Method: Algolia::Ingestion::SourceBigQuery#hash
- Defined in:
- lib/algolia/models/ingestion/source_big_query.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |