Method: ArticleJSON::Export::AppleNews::Exporter#initialize
- Defined in:
- lib/article_json/export/apple_news/exporter.rb
#initialize(elements) ⇒ Exporter
Returns a new instance of Exporter.
6 7 8 |
# File 'lib/article_json/export/apple_news/exporter.rb', line 6 def initialize(elements) @elements = elements end |