Module Typhoeus::Hydra::Runnable
In: lib/typhoeus/hydra/runnable.rb

This module contains logic to run a hydra.

Methods

run  

Public Instance methods

Start the hydra run.

@example Start hydra run.

  hydra.run

@return [ Symbol ] Return value from multi.perform.

[Validate]