class Authentication

Defined in:

lib/domain/authentication.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(role : String = "", role_id : Int32 = 0, username : String = "") #

[View source]

Instance Method Detail

def role : String #

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

[View source]
def role_id : Int32 #

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

[View source]
def username : String #

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

[View source]