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

#email_unverified?Object

Returns the value of attribute email_unverified?

Returns:

  • (Object)

    the current value of email_unverified?



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

def email_unverified?
  @email_unverified?
end

#exceeded_email_otp_attempt_limit?Object

Returns the value of attribute exceeded_email_otp_attempt_limit?

Returns:

  • (Object)

    the current value of exceeded_email_otp_attempt_limit?



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

def exceeded_email_otp_attempt_limit?
  @exceeded_email_otp_attempt_limit?
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



7
8
9
# File 'lib/searls/auth/authenticates_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/authenticates_user.rb', line 7

def user
  @user
end