class Category
- Category
 - Reference
 - Object
 
Included Modules
- DB::Mappable
 - DB::Serializable
 
Defined in:
invidious/helpers/serialized_yt_data.crConstructors
Class Method Summary
Instance Method Summary
- #badges : Array(Tuple(String, String)) | Nil
 - #badges=(badges : Array(Tuple(String, String)) | Nil)
 - #contents : Array(SearchItem) | Array(Video)
 - #contents=(contents : Array(SearchItem) | Array(Video))
 - #description_html : String
 - #description_html=(description_html : String)
 - #title : String
 - #title=(title : String)
 - #to_a
 - #to_json(locale, json : JSON::Builder)
 - #to_json(locale, json : JSON::Builder | Nil = nil)
 - #url : String | Nil
 - #url=(url : String | Nil)