Class: Searls::Auth::AuthenticatesUser::Result
- Inherits:
-
Struct
- Object
- Struct
- Searls::Auth::AuthenticatesUser::Result
- Defined in:
- lib/searls/auth/authenticates_user.rb
Instance Attribute Summary collapse
-
#email_unverified? ⇒ Object
Returns the value of attribute email_unverified?.
-
#exceeded_email_otp_attempt_limit? ⇒ Object
Returns the value of attribute exceeded_email_otp_attempt_limit?.
-
#success? ⇒ Object
Returns the value of attribute success?.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#email_unverified? ⇒ Object
Returns the value of attribute 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?
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?
7 8 9 |
# File 'lib/searls/auth/authenticates_user.rb', line 7 def success? @success? end |
#user ⇒ Object
Returns the value of attribute user
7 8 9 |
# File 'lib/searls/auth/authenticates_user.rb', line 7 def user @user end |