Method: TogaiClient::QueryFilter#hash

Defined in:
lib/togai_client/models/query_filter.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



137
138
139
# File 'lib/togai_client/models/query_filter.rb', line 137

def hash
  [column, operator, args].hash
end