struct User

Included Modules

Defined in:

invidious/users.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 email : String #

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

[View source]
def feed_needs_update : Bool | Nil #

[View source]
def feed_needs_update=(feed_needs_update : Bool | Nil) #

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

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

[View source]
def password : String | Nil #

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

[View source]
def preferences : Preferences #

[View source]
def preferences=(preferences : Preferences) #

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

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

[View source]
def to_a #

def token : String #

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

[View source]
def updated : Time #

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

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

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

[View source]