class Garden::DB::User

Included Modules

Defined in:

db.cr:78
db.cr:83

Constant Summary

PREFIX = "u"

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def avatar : String #

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

[View source]
def avatar_origin : String #

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

[View source]
def created_at : Time | Nil #

def created_at! : Time #

def created_at=(created_at : Time | Nil) #

def email : String #

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

[View source]
def gen_new_id #

[View source]
def id : String | Nil #

def id! : String #

def id=(id : String | Nil) #

def invites #

[View source]
def level : Int32 #

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

[View source]
def memberships #

[View source]
def name : String #

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

[View source]
def organizations #

[View source]
def set_new_id #

[View source]
def supabase_id : String #

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

[View source]
def updated_at : Time | Nil #

def updated_at! : Time #

def updated_at=(updated_at : Time | Nil) #