Fiet v0.1.0-rc1 Fiet.RSS2.Channel View Source

A struct that represents <channel> in RSS 2.0.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Fiet.RSS2.Channel{
  category: binary(),
  cloud: binary(),
  copyright: binary(),
  description: binary(),
  docs: binary(),
  extras: map(),
  generator: binary(),
  image: binary(),
  items: binary(),
  language: binary(),
  last_build_date: binary(),
  link: binary(),
  managing_editor: binary(),
  pub_date: binary(),
  rating: binary(),
  skip_days: binary(),
  skip_hours: binary(),
  text_input: binary(),
  title: binary(),
  ttl: binary(),
  web_master: binary()
}