Class: Booth::Core::Remotes::Respond

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

Instance Method Summary collapse

Instance Method Details

#callObject



14
15
16
17
18
19
20
21
# File 'lib/booth/core/remotes/respond.rb', line 14

def call
  do_find_remote
    .on_success { do_check_timeout }
    .on_success { do_check_scope }
    .on_success { do_check_already_responded }
    .on_success { do_check_code_syntax }
    .on_success { do_respond }
end