Method: Falcon::ApiIndicatorsQueryPaging#hash

Defined in:
lib/crimson-falcon/models/api_indicators_query_paging.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



148
149
150
# File 'lib/crimson-falcon/models/api_indicators_query_paging.rb', line 148

def hash
  [after, limit, offset, total].hash
end