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
519 520 521 |
# File 'lib/supabase/auth/types.rb', line 519 def page @page end |
#per_page ⇒ Object
Returns the value of attribute per_page
519 520 521 |
# File 'lib/supabase/auth/types.rb', line 519 def per_page @per_page end |