Method: TogaiClient::QueryFilter#hash
- Defined in:
- lib/togai_client/models/query_filter.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
137 138 139 |
# File 'lib/togai_client/models/query_filter.rb', line 137 def hash [column, operator, args].hash end |