Class: GoogleAjax::FeedLoad

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



17
18
19
# File 'lib/google_ajax/parser.rb', line 17

def self.process(data)
  GoogleAjax::Feed::Feed.new(data['feed']) if data
end