struct Playlist
- Playlist
 - Struct
 - Value
 - Object
 
Included Modules
- DB::Mappable
 - DB::Serializable
 
Defined in:
invidious/playlists.crConstructors
Class Method Summary
Instance Method Summary
- #author : String
 - #author=(author : String)
 - #author_thumbnail : String
 - #author_thumbnail=(author_thumbnail : String)
 - #description : String
 - #description=(description : String)
 - #description_html : String
 - #description_html=(description_html : String)
 - #id : String
 - #id=(id : String)
 - #privacy
 - #thumbnail : String | Nil
 - #thumbnail=(thumbnail : String | Nil)
 - #title : String
 - #title=(title : String)
 - #to_a
 - #to_json(offset, locale, json : JSON::Builder, continuation : String | Nil = nil)
 - #to_json(offset, locale, json : JSON::Builder | Nil = nil, continuation : String | Nil = nil)
 - #ucid : String
 - #ucid=(ucid : String)
 - #updated : Time
 - #updated=(updated : Time)
 - #video_count : Int32
 - #video_count=(video_count : Int32)
 - #views : Int64
 - #views=(views : Int64)
 
Constructor Detail
Class Method Detail
Instance Method Detail
        
        def to_json(offset, locale, json : JSON::Builder, continuation : String | Nil = nil)
        #