class ArticleJSON::Export::FacebookInstantArticle::Elements::Quote

Private Instance Methods

caption_tag() click to toggle source

HTML tag for the node containing the caption @return [Symbol]

# File lib/article_json/export/facebook_instant_article/elements/quote.rb, line 23
def caption_tag
  :cite
end
node_opts() click to toggle source

@return [Hash]

# File lib/article_json/export/facebook_instant_article/elements/quote.rb, line 11
def node_opts
  {}
end
quote_tag() click to toggle source

HTML tag for the wrapping node @return [Symbol]

# File lib/article_json/export/facebook_instant_article/elements/quote.rb, line 17
def quote_tag
  :aside
end