lib/readability/summary.ex

defmodule Readability.Summary do
  defstruct title: nil, authors: [], article_html: nil, article_text: nil
end