Class: Pioneer::Crawler

Inherits:
Base
  • Object
show all
Defined in:
lib/pioneer/crawler.rb

Instance Attribute Summary

Attributes inherited from Base

#concurrency, #log_level, #name, #redirect, #request_opts, #sleep

Instance Method Summary collapse

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

#locationsObject

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