Class: FlyingSphinx::Commands::Stop

Inherits:
Base
  • Object
show all
Defined in:
lib/flying_sphinx/commands/stop.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_TIMEOUT, Base::ERROR_MESSAGES, Base::INDEX_TIMEOUT

Instance Method Summary collapse

Methods inherited from Base

#call_with_handling

Instance Method Details

#callObject



4
5
6
# File 'lib/flying_sphinx/commands/stop.rb', line 4

def call
  run_action 'stop'
end