Class: ArticleJSON::Export::PlainText::Elements::Embed

Inherits:
Base
  • Object
show all
Defined in:
lib/article_json/export/plain_text/elements/embed.rb

Instance Method Summary collapse

Methods inherited from Base

namespace

Methods included from Common::Elements::Base

included, #initialize

Instance Method Details

#exportString

Embedded elements are being skipped when rendering plain text. Therefore, return an empty string.

Returns:

  • (String)


9
10
11
# File 'lib/article_json/export/plain_text/elements/embed.rb', line 9

def export
  ''
end