Method: Google::Search::Item::Web#initialize
- Defined in:
- lib/google-search/item/web.rb
#initialize(hash) ⇒ Web
Initialize with hash.
15 16 17 18 |
# File 'lib/google-search/item/web.rb', line 15 def initialize hash super @cache_uri = hash['cacheUrl'] end |