Class: Searls::Auth::DeliversPasswordReset::Result
- Inherits:
-
Struct
- Object
- Struct
- Searls::Auth::DeliversPasswordReset::Result
- Defined in:
- lib/searls/auth/delivers_password_reset.rb
Instance Attribute Summary collapse
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#success? ⇒ Object
Returns the value of attribute success?
4 5 6 |
# File 'lib/searls/auth/delivers_password_reset.rb', line 4 def success? @success? end |