Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Import::FeedItem
Inherits
Struct
<
Value
<
Object
Feed item parsed from RSS/Atom
Constructors
new
(title :
String
, link :
String
, pub_date :
Time
|
Nil
, content :
String
, data :
Hash
(
String
,
Array
(
String
) |
String
) = {} of
String
=>
String
|
Array
(
String
))
Source
Instance methods
content
Source
content=
(content :
String
)
Source
data
Source
data=
(data :
Hash
(
String
,
String
|
Array
(
String
)))
Source
link
Source
link=
(link :
String
)
Source
pub_date
Source
pub_date=
(pub_date :
Time
|
Nil
)
Source
title
Source
title=
(title :
String
)
Source