class User

Included Modules

Defined in:

core-modules/db.cr

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 created_at : Time #

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

[View source]
def email : String #

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

[View source]
def id : Int64 | Nil #

[View source]
def id! : Int64 #

[View source]
def id=(id : Int64 | Nil) #

[View source]
def password : String #

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

[View source]
def real_name : String | Nil #

[View source]
def real_name! : String #

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

[View source]
def username : String #

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

[View source]