Method: IndexeaClient::IndexTask#hash

Defined in:
lib/indexea_client/models/index_task.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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