Method: IndexeaClient::IndexForm#hash
- Defined in:
- lib/indexea_client/models/index_form.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |