class ArticleJSON::Export::FacebookInstantArticle::Elements::Base
Public Class Methods
namespace()
click to toggle source
Return the module namespace this class and its subclasses are nested in @return [Module]
# File lib/article_json/export/facebook_instant_article/elements/base.rb, line 12 def namespace ArticleJSON::Export::FacebookInstantArticle::Elements end
Private Class Methods
export_format()
click to toggle source
The format this exporter is returning. This is used to determine which custom element exporters should be applied from the configuration. @return [Symbol]
# File lib/article_json/export/facebook_instant_article/elements/base.rb, line 22 def export_format :facebook_instant_article end