struct CrystalGauntlet::UserSession

Defined in:

lib/templates.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(username : String, account_id : Int32, user_id : Int32) #

[View source]

Instance Method Detail

def account_id : Int32 #

def clone #

[View source]
def copy_with(username _username = @username, account_id _account_id = @account_id, user_id _user_id = @user_id) #

[View source]
def user_id : Int32 #

def username : String #