Class: C2eCore::Drops::ResetPasswordDrop

Inherits:
BaseDrop
  • Object
show all
Defined in:
/build/app/mailers/c2e_core/drops/reset_password_drop.rb

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ ResetPasswordDrop

Returns a new instance of ResetPasswordDrop.

Instance Method Details

#expires_atString

Returns - Time after which the url is no longer accepted. E.g.: “11:38:56 CET”.

Returns:

  • (String)
    • Time after which the url is no longer accepted. E.g.: “11:38:56 CET”.

#urlString

Returns - Link to create or change a user’s password.

Returns:

  • (String)
    • Link to create or change a user’s password.

#userUserDrop

Returns - The user for which the url is generated as drop object.

Returns:

  • (UserDrop)
    • The user for which the url is generated as drop object.