Method: OryClient::Pagination#hash
- Defined in:
- lib/ory-client/models/pagination.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
202 203 204 |
# File 'lib/ory-client/models/pagination.rb', line 202 def hash [page, page_size, page_token, per_page].hash end |