Class: Pioneer::Crawler
Instance Attribute Summary
Attributes inherited from Base
#concurrency, #log_level, #name, #redirect, #request_opts, #sleep
Instance Method Summary collapse
-
#locations ⇒ Object
basic crawler :).
- #processing(req) ⇒ Object
Methods inherited from Base
#headers, #http_opts, #initialize, #logger, #method_missing, #override_method, #random_header, #start
Constructor Details
This class inherits a constructor from Pioneer::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Pioneer::Base
Instance Method Details
#locations ⇒ Object
basic crawler :)
4 5 6 |
# File 'lib/pioneer/crawler.rb', line 4 def locations [] end |
#processing(req) ⇒ Object
8 9 10 |
# File 'lib/pioneer/crawler.rb', line 8 def processing(req) nil end |