Class: GoogleAjax::SearchNews

Inherits:
Parser
  • Object
show all
Defined in:
lib/google_ajax/parser.rb

Overview

:nodoc

Constant Summary

Constants inherited from Parser

Parser::PARSERS

Class Method Summary collapse

Methods inherited from Parser

parse

Class Method Details

.process(data) ⇒ Object



59
60
61
# File 'lib/google_ajax/parser.rb', line 59

def self.process(data)
  GoogleAjax::Search::Results.new(data) if data
end