Method: ArticleJSON::Article#amp_exporter

Defined in:
lib/article_json/article.rb

#amp_exporterArticleJSON::Export::AMP::Exporter

Exporter instance for AMP



55
56
57
# File 'lib/article_json/article.rb', line 55

def amp_exporter
  ArticleJSON::Export::AMP::Exporter.new(elements)
end