Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rss_feed
master
RSSFeeder
Feed
Item
Parser
RssFeeder
Built with Crystal 1.9.2
2023-10-07 18:58:59 UTC
struct
RSSFeeder::Item
RSSFeeder::Item
Struct
Value
Object
Defined in:
rss_feed/parser.cr
Constructors
.new
(data : Hash(String, String))
Instance Method Summary
#data
: Hash(String, String)
#description
#guid
#link
#title
Constructor Detail
def self.
new
(data : Hash(String, String))
#
[
View source
]
Instance Method Detail
def
data
: Hash(String, String)
#
[
View source
]
def
description
#
[
View source
]
def
guid
#
[
View source
]
def
link
#
[
View source
]
def
title
#
[
View source
]