Method: ArticleJSON::Import::GoogleDoc::HTML::Parser#parsed_content
- Defined in:
- lib/article_json/import/google_doc/html/parser.rb
#parsed_content ⇒ Array[ArticleJSON::Elements::Base]
Parse the body of the document and return the result
17 18 19 |
# File 'lib/article_json/import/google_doc/html/parser.rb', line 17 def parsed_content @parsed_content ||= parse_body end |