struct SearchVideo

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 author : String #

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

[View source]
def description_html : String #

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

[View source]
def id : String #

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

[View source]
def is_upcoming #

[View source]
def length_seconds : Int32 #

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

[View source]
def live_now : Bool #

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

[View source]
def premiere_timestamp : Time | Nil #

[View source]
def premiere_timestamp=(premiere_timestamp : Time | Nil) #

[View source]
def premium : Bool #

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

[View source]
def published : Time #

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

[View source]
def title : String #

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

[View source]
def to_a #

def to_json(locale : Hash(String, JSON::Any), json : JSON::Builder) #

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

[View source]
def to_xml(auto_generated, query_params, xml : XML::Builder) #

[View source]
def to_xml(auto_generated, query_params, xml : XML::Builder | Nil = nil) #

[View source]
def ucid : String #

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

[View source]
def views : Int64 #

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

[View source]