struct

RSS::ParsedEpisode

Inherits Struct < Value < Object

Constructors

new(guid : String, title : String, description : Nil | String, audio_url : String, duration_sec : Int32 | Nil, published_at : Time | Nil, image_url : Nil | String = nil)
Source

Instance methods

audio_url
Source
audio_url=(audio_url : String)
Source
description
Source
description=(description : String | Nil)
Source
duration_sec
Source
duration_sec=(duration_sec : Int32 | Nil)
Source
guid
Source
guid=(guid : String)
Source
image_url
Source
image_url=(image_url : String | Nil)
Source
published_at
Source
published_at=(published_at : Time | Nil)
Source
title
Source
title=(title : String)
Source