struct ChannelVideo
- ChannelVideo
- Struct
- Value
- Object
Included Modules
- DB::Mappable
- DB::Serializable
Defined in:
invidious/channels/channels.crConstructors
Class Method Summary
Instance Method Summary
- #author : String
- #author=(author : String)
- #id : String
- #id=(id : String)
- #length_seconds : Int32
- #length_seconds=(length_seconds : Int32)
- #live_now : Bool
- #live_now=(live_now : Bool)
- #premiere_timestamp : Time | Nil
- #premiere_timestamp=(premiere_timestamp : Time | Nil)
- #published : Time
- #published=(published : Time)
- #title : String
- #title=(title : String)
- #to_a
- #to_json(locale, json : JSON::Builder)
- #to_json(locale, json : JSON::Builder | Nil = nil)
- #to_tuple
- #to_xml(locale, query_params, xml : XML::Builder)
- #to_xml(locale, xml : XML::Builder | Nil = nil)
- #ucid : String
- #ucid=(ucid : String)
- #updated : Time
- #updated=(updated : Time)
- #views : Int64 | Nil
- #views=(views : Int64 | Nil)