Method: Sink::PageCursorSharedRef#next_page?

Defined in:
lib/sink/page_cursor_shared_ref.rb

#next_page?Boolean

Returns:

  • (Boolean)


42
43
44
# File 'lib/sink/page_cursor_shared_ref.rb', line 42

def next_page?
  !pagination.cursor.nil?
end