Class: Searls::Auth::AuthenticatesUser::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#exceeded_short_code_attempt_limit?Object

Returns the value of attribute exceeded_short_code_attempt_limit?

Returns:

  • (Object)

    the current value of exceeded_short_code_attempt_limit?



4
5
6
# File 'lib/searls/auth/authenticates_user.rb', line 4

def exceeded_short_code_attempt_limit?
  @exceeded_short_code_attempt_limit?
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



4
5
6
# File 'lib/searls/auth/authenticates_user.rb', line 4

def success?
  @success?
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



4
5
6
# File 'lib/searls/auth/authenticates_user.rb', line 4

def user
  @user
end