Class: Searls::Auth::CreatesUser::Result
- Inherits:
-
Struct
- Object
- Struct
- Searls::Auth::CreatesUser::Result
- Defined in:
- lib/searls/auth/creates_user.rb
Instance Attribute Summary collapse
-
#error_messages ⇒ Object
Returns the value of attribute error_messages.
-
#success? ⇒ Object
Returns the value of attribute success?.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#error_messages ⇒ Object
Returns the value of attribute error_messages
7 8 9 |
# File 'lib/searls/auth/creates_user.rb', line 7 def @error_messages end |
#success? ⇒ Object
Returns the value of attribute success?
7 8 9 |
# File 'lib/searls/auth/creates_user.rb', line 7
def success?
@success?
end
|
#user ⇒ Object
Returns the value of attribute user
7 8 9 |
# File 'lib/searls/auth/creates_user.rb', line 7 def user @user end |