Module: LinkChecker::Typhoeus::Hydra::Config

Extended by:
Config
Included in:
Checker, Config
Defined in:
lib/ruby-link-checker/typhoeus/hydra/config.rb

Constant Summary collapse

ATTRIBUTES =
%i[
  timeout
  connecttimeout
].freeze

Instance Method Summary collapse

Instance Method Details

#resetObject



16
17
18
19
# File 'lib/ruby-link-checker/typhoeus/hydra/config.rb', line 16

def reset
  self.timeout = 60
  self.connecttimeout = 10
end