class UserController::UserInput

Included Modules

Extended Modules

Defined in:

lavinmq/api/controllers/user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def hashing_algorithm : String | Nil #

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

[View source]
def password : String | Nil #

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

[View source]
def password_hash : String | Nil #

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

[View source]
def tags : String | Nil #

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

[View source]