Fiet v0.2.2 Fiet.RSS2.Item View Source

A struct that represents in RSS 2.0.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Fiet.RSS2.Item{
  author: binary() | nil,
  categories: [Fiet.RSS2.Category.t()],
  comments: binary() | nil,
  description: binary() | nil,
  enclosure: Fiet.RSS2.Item.Enclosure.t() | nil,
  extras: map(),
  guid: binary() | nil,
  link: binary() | nil,
  pub_date: binary() | nil,
  source: binary() | nil,
  title: binary() | nil
}