Class: Supabase::Auth::Types::PageParams
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::PageParams
- Defined in:
- lib/supabase/auth/types.rb
Overview
Pagination params accepted by admin list endpoints.
Instance Attribute Summary collapse
-
#page ⇒ Object
Returns the value of attribute page.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
Instance Attribute Details
#page ⇒ Object
Returns the value of attribute page
510 511 512 |
# File 'lib/supabase/auth/types.rb', line 510 def page @page end |
#per_page ⇒ Object
Returns the value of attribute per_page
510 511 512 |
# File 'lib/supabase/auth/types.rb', line 510 def per_page @per_page end |