Method: OryClient::TokenPagination#hash
- Defined in:
- lib/ory-client/models/token_pagination.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
139 140 141 |
# File 'lib/ory-client/models/token_pagination.rb', line 139 def hash [page_size, page_token].hash end |