Method: ArticleJSON::Article#to_amp

Defined in:
lib/article_json/article.rb

#to_ampString

AMP export of the article

Returns:

  • (String)


61
62
63
# File 'lib/article_json/article.rb', line 61

def to_amp
  amp_exporter.html
end