struct

Web::Routes::Search::PodcastResult

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(name : String, author : String, feed_url : String, artwork_url : Nil | String, genre : Nil | String, episode_count : Int32 | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

artwork_url
Source
artwork_url=(artwork_url : String | Nil)
Source
author
Source
author=(author : String)
Source
episode_count
Source
episode_count=(episode_count : Int32 | Nil)
Source
feed_url
Source
feed_url=(feed_url : String)
Source
genre
Source
genre=(genre : String | Nil)
Source
name
Source
name=(name : String)
Source