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



33
34
35
# File 'app/services/magic_link.rb', line 33

def email
  @email
end

#return_toObject

Returns the value of attribute return_to

Returns:

  • (Object)

    the current value of return_to



33
34
35
# File 'app/services/magic_link.rb', line 33

def return_to
  @return_to
end