Class: Supabase::Auth::Types::UserResponse
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::UserResponse
- Defined in:
- lib/supabase/auth/types.rb
Instance Attribute Summary collapse
-
#user ⇒ Object
Returns the value of attribute user.
Class Method Summary collapse
Instance Attribute Details
#user ⇒ Object
Returns the value of attribute user
220 221 222 |
# File 'lib/supabase/auth/types.rb', line 220 def user @user end |