Class: FbaseAuth::Action::SendPasswordResetEmail
- Defined in:
- lib/fbase_auth/action/send_password_reset_email.rb
Constant Summary collapse
- PATH =
"sendOobCode"
Instance Method Summary collapse
-
#initialize(email:) ⇒ SendPasswordResetEmail
constructor
A new instance of SendPasswordResetEmail.
Methods inherited from Base
Constructor Details
#initialize(email:) ⇒ SendPasswordResetEmail
Returns a new instance of SendPasswordResetEmail.
7 8 9 |
# File 'lib/fbase_auth/action/send_password_reset_email.rb', line 7 def initialize email: @email = email end |