Method: OryClient::TokenPagination#hash

Defined in:
lib/ory-client/models/token_pagination.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



139
140
141
# File 'lib/ory-client/models/token_pagination.rb', line 139

def hash
  [page_size, page_token].hash
end