Class: Searls::Auth::CreatesUser::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/searls/auth/creates_user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_messagesObject

Returns the value of attribute error_messages

Returns:

  • (Object)

    the current value of error_messages



7
8
9
# File 'lib/searls/auth/creates_user.rb', line 7

def error_messages
  @error_messages
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



7
8
9
# File 'lib/searls/auth/creates_user.rb', line 7

def success?
  @success?
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



7
8
9
# File 'lib/searls/auth/creates_user.rb', line 7

def user
  @user
end