struct PlaylistVideo
- PlaylistVideo
- 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)
- #id : String
- #id=(id : String)
- #index : Int64
- #index=(index : Int64)
- #length_seconds : Int32
- #length_seconds=(length_seconds : Int32)
- #live_now : Bool
- #live_now=(live_now : Bool)
- #plid : String
- #plid=(plid : String)
- #published : Time
- #published=(published : Time)
- #title : String
- #title=(title : String)
- #to_a
- #to_json(locale, json : JSON::Builder, index : Int32 | Nil)
- #to_json(locale, json : JSON::Builder | Nil = nil, index : Int32 | Nil = nil)
- #to_xml(auto_generated, xml : XML::Builder)
- #to_xml(auto_generated, xml : XML::Builder | Nil = nil)
- #ucid : String
- #ucid=(ucid : String)