Method: OryClient::Pagination#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



202
203
204
# File 'lib/ory-client/models/pagination.rb', line 202

def hash
  [page, page_size, page_token, per_page].hash
end