Module: LinkChecker::Typhoeus::Hydra::Config
- Extended by:
- 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
#reset ⇒ Object
16 17 18 19 |
# File 'lib/ruby-link-checker/typhoeus/hydra/config.rb', line 16 def reset self.timeout = 60 self.connecttimeout = 10 end |