Class: ArticleJSON::Export::AppleNews::Elements::Quote

Inherits:
Base
  • Object
show all
Includes:
Common::HTML::Elements::Base, Common::HTML::Elements::Text
Defined in:
lib/article_json/export/apple_news/elements/quote.rb

Instance Method Summary collapse

Methods included from Common::HTML::Elements::Base

included

Methods inherited from Base

namespace

Methods included from Common::Elements::Base

included, #initialize

Instance Method Details

#exportObject



9
10
11
# File 'lib/article_json/export/apple_news/elements/quote.rb', line 9

def export
  [quote, author]
end