Class: GoogleAjax::LanguageTranslate

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



33
34
35
# File 'lib/google_ajax/parser.rb', line 33

def self.process(data)
  GoogleAjax::Language::Translation.new(data) if data
end