Class: Authenticate::Success
- Inherits:
-
Object
- Object
- Authenticate::Success
- Defined in:
- lib/authenticate/login_status.rb
Overview
Indicate login attempt was successful. Allows caller to supply a block to login() predicated on success?
Instance Method Summary collapse
Instance Method Details
#success? ⇒ Boolean
6 7 8 |
# File 'lib/authenticate/login_status.rb', line 6 def success? true end |