Class: SearchEngineReferer::Google

Inherits:
Base
  • Object
show all
Defined in:
lib/search_engine_referer/google.rb

Constant Summary collapse

DEFAULT_RESULTS_PER_PAGE =
10
HOST_PATTERN =
/^(www\.)?google\./

Instance Attribute Summary

Attributes inherited from Base

#source

Method Summary

Methods inherited from Base

#==, factory, host_pattern, #initialize, name, #page, #query, #search_engine, #to_hash

Constructor Details

This class inherits a constructor from SearchEngineReferer::Base