Class: Searls::Auth::UpdatesSettings::Result
- Inherits:
-
Struct
- Object
- Struct
- Searls::Auth::UpdatesSettings::Result
- Defined in:
- lib/searls/auth/updates_settings.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#password_changed? ⇒ Object
Returns the value of attribute password_changed?.
-
#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/updates_settings.rb', line 4 def errors @errors end |
#password_changed? ⇒ Object
Returns the value of attribute password_changed?
4 5 6 |
# File 'lib/searls/auth/updates_settings.rb', line 4
def password_changed?
@password_changed?
end
|
#success? ⇒ Object
Returns the value of attribute success?
4 5 6 |
# File 'lib/searls/auth/updates_settings.rb', line 4
def success?
@success?
end
|
#user ⇒ Object
Returns the value of attribute user
4 5 6 |
# File 'lib/searls/auth/updates_settings.rb', line 4 def user @user end |