Fiet v0.3.0 Fiet.RSS2.Item View Source
A struct that represents <item> in RSS 2.0.
Link to this section Summary
Link to this section Types
Specs
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
}