Method: IndexeaClient::IndexBean#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



271
272
273
# File 'lib/indexea_client/models/index_bean.rb', line 271

def hash
  [id, , app, name, system, intro, _alias, type, filters, aggs, sorts, shards, replicas, analyzer, search_analyzer, stat, options, created_at, updated_at, status].hash
end