Class: GoogleAjax::FeedFind

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



12
13
14
# File 'lib/google_ajax/parser.rb', line 12

def self.process(data)
  data['entries'].collect {|data| GoogleAjax::Feed::Feed.new(data)} if data
end