class ArticleJSON::Export::PlainText::Elements::Text
Public Instance Methods
export()
click to toggle source
Text
is just returned plain, no formatting or linking is taken into account. @return [String]
# File lib/article_json/export/plain_text/elements/text.rb, line 9 def export @element.content end