Class: Supabase::Auth::Types::GenerateLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::GenerateLinkResponse
- Defined in:
- lib/supabase/auth/types.rb
Instance Attribute Summary collapse
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#properties ⇒ Object
Returns the value of attribute properties
214 215 216 |
# File 'lib/supabase/auth/types.rb', line 214 def properties @properties end |
#user ⇒ Object
Returns the value of attribute user
214 215 216 |
# File 'lib/supabase/auth/types.rb', line 214 def user @user end |