Class: ArticleJSON::Export::PlainText::Elements::TextBox

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

Instance Method Summary collapse

Methods inherited from Base

namespace

Methods included from Common::Elements::Base

included, #initialize

Instance Method Details

#exportString

Text boxes 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/text_box.rb', line 9

def export
  ''
end