Class: Supabase::Auth::Types::GenerateLinkProperties
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::GenerateLinkProperties
- Defined in:
- lib/supabase/auth/types.rb
Instance Attribute Summary collapse
-
#action_link ⇒ Object
Returns the value of attribute action_link.
-
#email_otp ⇒ Object
Returns the value of attribute email_otp.
-
#hashed_token ⇒ Object
Returns the value of attribute hashed_token.
-
#redirect_to ⇒ Object
Returns the value of attribute redirect_to.
-
#verification_type ⇒ Object
Returns the value of attribute verification_type.
Instance Attribute Details
#action_link ⇒ Object
Returns the value of attribute action_link
205 206 207 |
# File 'lib/supabase/auth/types.rb', line 205 def action_link @action_link end |
#email_otp ⇒ Object
Returns the value of attribute email_otp
205 206 207 |
# File 'lib/supabase/auth/types.rb', line 205 def email_otp @email_otp end |
#hashed_token ⇒ Object
Returns the value of attribute hashed_token
205 206 207 |
# File 'lib/supabase/auth/types.rb', line 205 def hashed_token @hashed_token end |
#redirect_to ⇒ Object
Returns the value of attribute redirect_to
205 206 207 |
# File 'lib/supabase/auth/types.rb', line 205 def redirect_to @redirect_to end |
#verification_type ⇒ Object
Returns the value of attribute verification_type
205 206 207 |
# File 'lib/supabase/auth/types.rb', line 205 def verification_type @verification_type end |