class User

Defined in:

models/user.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(txt : String) #

[View source]
def self.new(uid : Int64) #

[View source]

Class Method Detail

def self.authenticate!(username : String, password : String) #

[View source]

Instance Method Detail

def ==(obj) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def gid : Int64 #

[View source]
def group : String #

[View source]
def group_ids #

[View source]
def groups #

[View source]
def id : Int64 #

[View source]
def member_of?(gid : Int64) #

[View source]
def member_of?(group_name : String) #

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

[View source]
def name : String #

[View source]
def regular? #

[View source]
def root? #

[View source]
def system? #

[View source]
def type : Symbol #

[View source]