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
5 6 7 |
# File 'lib/authenticate/login_status.rb', line 5 def success? true end |