class UserController::Permission
- UserController::Permission
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
lavinmq/api/controllers/user.crConstructors
- .new(user : String, vhost : String, configure : Regex, read : Regex, write : Regex)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #configure : Regex
- #configure=(configure : Regex)
- #read : Regex
- #read=(read : Regex)
- #user : String
- #user=(user : String)
- #vhost : String
- #vhost=(vhost : String)
- #write : Regex
- #write=(write : Regex)