Method: IndexeaClient::IndexForm#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



164
165
166
# File 'lib/indexea_client/models/index_form.rb', line 164

def hash
  [name, intro, _alias, type, shards, replicas, analyzer, search_analyzer, status].hash
end