struct InvidiousPlaylist
- InvidiousPlaylist
- 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
- #created : Time
- #created=(created : Time)
- #description : String
- #description=(description : String)
- #description_html
- #id : String
- #id=(id : String)
- #index : Array(Int64)
- #index=(index : Array(Int64))
- #privacy : PlaylistPrivacy
- #privacy=(privacy : PlaylistPrivacy)
- #thumbnail
- #thumbnail_id : String | Nil
- #thumbnail_id=(thumbnail_id : 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
- #updated : Time
- #updated=(updated : Time)
- #video_count : Int32
- #video_count=(video_count : Int32)
- #views
Constructor Detail
Class Method Detail
Instance Method Detail
def to_json(offset, locale, json : JSON::Builder, continuation : String | Nil = nil)
#