Class: MagicLink::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/magic_link.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



26
27
28
# File 'app/services/magic_link.rb', line 26

def email
  @email
end

#return_toObject

Returns the value of attribute return_to

Returns:

  • (Object)

    the current value of return_to



26
27
28
# File 'app/services/magic_link.rb', line 26

def return_to
  @return_to
end