class UserController::User

Included Modules

Extended Modules

Defined in:

lavinmq/api/controllers/user.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, password_hash : String, hashing_algorithm : String, tags : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.from_lavin_user(user : LavinMQ::User) #

[View source]

Instance Method Detail

def hashing_algorithm : String #

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

[View source]
def name : String #

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

[View source]
def password_hash : String #

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

[View source]
def tags : String #

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

[View source]