struct AboutChannel

Overview

TODO Refactor into either SearchChannel or InvidiousChannel

Included Modules

Defined in:

invidious/channels/about.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 allowed_regions : Array(String) #

[View source]
def allowed_regions=(allowed_regions : Array(String)) #

[View source]
def author : String #

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

[View source]
def author_thumbnail : String #

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

[View source]
def author_url : String #

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

[View source]
def auto_generated : Bool #

[View source]
def auto_generated=(auto_generated : Bool) #

[View source]
def banner : String | Nil #

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

[View source]
def description_html : String #

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

[View source]
def is_family_friendly : Bool #

[View source]
def is_family_friendly=(is_family_friendly : Bool) #

[View source]
def joined : Time #

[View source]
def joined=(joined : Time) #

[View source]
def related_channels : Array(AboutRelatedChannel) #

[View source]
def related_channels=(related_channels : Array(AboutRelatedChannel)) #

[View source]
def sub_count : Int32 #

[View source]
def sub_count=(sub_count : Int32) #

[View source]
def tabs : Array(String) #

[View source]
def tabs=(tabs : Array(String)) #

[View source]
def to_a #

def total_views : Int64 #

[View source]
def total_views=(total_views : Int64) #

[View source]
def ucid : String #

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

[View source]