QBittorrent::Model::RssFeed
Inherits JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
A leaf feed node of the rss/items tree.
The rss/items response is a heterogeneous, recursively nested object:
folders map to nested objects, and feeds are the leaves modeled here. The
tree as a whole is best consumed as Hash(String, JSON::Any) (see
Api::Rss#items); this type is provided for conveniently deserializing a
single feed node once you have located one in the tree — e.g.
Model::RssFeed.from_json(node.to_json).
articles is only populated when rss/items was fetched with
withData=true.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
Feed articles (present only when fetched with withData=true).