Class: Booth::Core::Sessions::Revoke
- Inherits:
-
Object
- Object
- Booth::Core::Sessions::Revoke
- Includes:
- Logging, Calls
- Defined in:
- lib/booth/core/sessions/revoke.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
13 14 15 16 |
# File 'lib/booth/core/sessions/revoke.rb', line 13 def call do_check_id_syntax .on_success { do_revoke_session } end |