Class: Booth::Core::Sessions::Revoke

Inherits:
Object
  • Object
show all
Includes:
Logging, Calls
Defined in:
lib/booth/core/sessions/revoke.rb

Instance Method Summary collapse

Instance Method Details

#callObject



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