QBittorrent::Model::RssArticle
Inherits JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
A single article (item) of an RSS feed, as it appears in a RssFeed's
articles array when rss/items is fetched with withData=true.
All fields are nilable to tolerate feeds that omit optional elements and
version drift; unknown keys survive via JSON::Serializable::Unmapped.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source