Method: IndexeaClient::IndexBean#hash
- Defined in:
- lib/indexea_client/models/index_bean.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
271 272 273 |
# File 'lib/indexea_client/models/index_bean.rb', line 271 def hash [id, account, app, name, system, intro, _alias, type, filters, aggs, sorts, shards, replicas, analyzer, search_analyzer, stat, , created_at, updated_at, status].hash end |