class Category

Included Modules

Defined in:

invidious/helpers/serialized_yt_data.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(rs : DB::ResultSet) #

[View source]
def self.new(tuple) #

Class Method Detail

def self.from_rs(rs : DB::ResultSet) #

[View source]
def self.type_array #

Instance Method Detail

def badges : Array(Tuple(String, String)) | Nil #

[View source]
def badges=(badges : Array(Tuple(String, String)) | Nil) #

[View source]
def contents : Array(SearchItem) | Array(Video) #

[View source]
def contents=(contents : Array(SearchItem) | Array(Video)) #

[View source]
def description_html : String #

[View source]
def description_html=(description_html : String) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def to_a #

def to_json(locale, json : JSON::Builder) #

[View source]
def to_json(locale, json : JSON::Builder | Nil = nil) #

[View source]
def url : String | Nil #

[View source]
def url=(url : String | Nil) #

[View source]