Class: Supabase::Auth::Types::PageParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/supabase/auth/types.rb

Overview

Pagination params accepted by admin list endpoints.

Instance Attribute Summary collapse

Instance Attribute Details

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



510
511
512
# File 'lib/supabase/auth/types.rb', line 510

def page
  @page
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



510
511
512
# File 'lib/supabase/auth/types.rb', line 510

def per_page
  @per_page
end