Class: Supabase::Auth::Types::GenerateLinkResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#propertiesObject

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



214
215
216
# File 'lib/supabase/auth/types.rb', line 214

def properties
  @properties
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



214
215
216
# File 'lib/supabase/auth/types.rb', line 214

def user
  @user
end