Method: IndexeaClient::IndexTask#hash
- Defined in:
- lib/indexea_client/models/index_task.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
142 143 144 |
# File 'lib/indexea_client/models/index_task.rb', line 142 def hash [id, index, es_task_id, es_detail, created_at, end_at, status].hash end |