Class: LinkChecker::Async::HTTP::Task

Inherits:
Task
  • Object
show all
Defined in:
lib/ruby-link-checker/async/http/checker.rb

Instance Attribute Summary

Attributes inherited from Task

#checker, #logger, #method, #options, #original_uri, #uri

Instance Method Summary collapse

Methods inherited from Task

#initialize

Methods included from Callbacks

#callbacks, #delegates, #method_missing, #on

Constructor Details

This class inherits a constructor from LinkChecker::Task

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class LinkChecker::Callbacks

Instance Method Details

#run!Object



5
6
7
# File 'lib/ruby-link-checker/async/http/checker.rb', line 5

def run!
  checker._queue { _run! }
end