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
-
#exceeded_short_code_attempt_limit? ⇒ Object
Returns the value of attribute exceeded_short_code_attempt_limit?.
-
#success? ⇒ Object
Returns the value of attribute success?.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#exceeded_short_code_attempt_limit? ⇒ Object
Returns the value of attribute 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?
4 5 6 |
# File 'lib/searls/auth/authenticates_user.rb', line 4
def success?
@success?
end
|
#user ⇒ Object
Returns the value of attribute user
4 5 6 |
# File 'lib/searls/auth/authenticates_user.rb', line 4 def user @user end |