Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
RSS::ParsedFeed
Inherits
Struct
<
Value
<
Object
Constructors
new
(url :
String
, title :
Nil
|
String
, description :
Nil
|
String
, image_url :
Nil
|
String
, ttl_minutes :
Int32
|
Nil
, episodes :
Array
(
RSS::ParsedEpisode
))
Source
Instance methods
description
Source
description=
(description :
String
|
Nil
)
Source
episodes
Source
episodes=
(episodes :
Array
(
ParsedEpisode
))
Source
image_url
Source
image_url=
(image_url :
String
|
Nil
)
Source
title
Source
title=
(title :
String
|
Nil
)
Source
ttl_minutes
Source
ttl_minutes=
(ttl_minutes :
Int32
|
Nil
)
Source
url
Source
url=
(url :
String
)
Source