struct User
- User
 - Struct
 - Value
 - Object
 
Included Modules
- DB::Mappable
 - DB::Serializable
 
Defined in:
invidious/users.crConstructors
Class Method Summary
Instance Method Summary
- #email : String
 - #email=(email : String)
 - #feed_needs_update : Bool | Nil
 - #feed_needs_update=(feed_needs_update : Bool | Nil)
 - #notifications : Array(String)
 - #notifications=(notifications : Array(String))
 - #password : String | Nil
 - #password=(password : String | Nil)
 - #preferences : Preferences
 - #preferences=(preferences : Preferences)
 - #subscriptions : Array(String)
 - #subscriptions=(subscriptions : Array(String))
 - #to_a
 - #token : String
 - #token=(token : String)
 - #updated : Time
 - #updated=(updated : Time)
 - #watched : Array(String)
 - #watched=(watched : Array(String))