Class: MagicLink::Result
- Inherits:
-
Struct
- Object
- Struct
- MagicLink::Result
- Defined in:
- app/services/magic_link.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#return_to ⇒ Object
Returns the value of attribute return_to.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
33 34 35 |
# File 'app/services/magic_link.rb', line 33 def email @email end |
#return_to ⇒ Object
Returns the value of attribute return_to
33 34 35 |
# File 'app/services/magic_link.rb', line 33 def return_to @return_to end |