Class: FbaseAuth::Action::SendPasswordResetEmail

Inherits:
Base
  • Object
show all
Defined in:
lib/fbase_auth/action/send_password_reset_email.rb

Constant Summary collapse

PATH =
"sendOobCode"

Instance Method Summary collapse

Methods inherited from Base

#call

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