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