class UserController::User
- UserController::User
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
lavinmq/api/controllers/user.crConstructors
- .new(name : String, password_hash : String, hashing_algorithm : String, tags : String)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #hashing_algorithm : String
- #hashing_algorithm=(hashing_algorithm : String)
- #name : String
- #name=(name : String)
- #password_hash : String
- #password_hash=(password_hash : String)
- #tags : String
- #tags=(tags : String)
Constructor Detail
def self.new(name : String, password_hash : String, hashing_algorithm : String, tags : String)
#