Fiet v0.1.0-rc1 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(),
  category: binary(),
  comments: binary(),
  description: binary(),
  enclosure: binary(),
  extras: map(),
  guid: binary(),
  link: binary(),
  pub_date: binary(),
  source: binary(),
  title: binary()
}