struct InvidiousPlaylist

Included Modules

Defined in:

invidious/playlists.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 author_thumbnail #

[View source]
def created : Time #

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

[View source]
def description : String #

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

[View source]
def description_html #

[View source]
def id : String #

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

[View source]
def index : Array(Int64) #

[View source]
def index=(index : Array(Int64)) #

[View source]
def privacy : PlaylistPrivacy #

[View source]
def privacy=(privacy : PlaylistPrivacy) #

[View source]
def thumbnail #

[View source]
def thumbnail_id : String | Nil #

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

[View source]
def title : String #

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

[View source]
def to_a #

def to_json(offset, locale, json : JSON::Builder, continuation : String | Nil = nil) #

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

[View source]
def ucid #

[View source]
def updated : Time #

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

[View source]
def video_count : Int32 #

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

[View source]
def views #

[View source]