Method: OryClient::Pagination#page

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

#pageObject

Pagination Page This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.



19
20
21
# File 'lib/ory-client/models/pagination.rb', line 19

def page
  @page
end