Module: LinkChecker::Typhoeus::Hydra

Defined in:
lib/ruby-link-checker/typhoeus/hydra/config.rb,
lib/ruby-link-checker/typhoeus/hydra/result.rb,
lib/ruby-link-checker/typhoeus/hydra/checker.rb

Defined Under Namespace

Modules: Config Classes: Checker, Result, Task

Class Method Summary collapse

Class Method Details

.configObject



27
28
29
# File 'lib/ruby-link-checker/typhoeus/hydra/config.rb', line 27

def config
  Config
end

.configureObject



23
24
25
# File 'lib/ruby-link-checker/typhoeus/hydra/config.rb', line 23

def configure
  block_given? ? yield(Config) : Config
end