Class: Simple::Scraper::Finder
- Inherits:
-
Object
- Object
- Simple::Scraper::Finder
- Defined in:
- lib/simple/scraper/finder.rb
Class Method Summary collapse
Class Method Details
.default_options ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/simple/scraper/finder.rb', line 12 def self. @default_options ||= { http_proxyaddr: Simple::Scraper.configuration.proxy_addr, http_proxyport: Simple::Scraper.configuration.proxy_port, http_proxyuser: Simple::Scraper.configuration.proxy_user, http_proxypass: Simple::Scraper.configuration.proxy_pass, verify: false } end |