module CrystalGauntlet::Ranks
Extended Modules
Defined in:
lib/ranks.crConstant Summary
-
NULL_RANK =
Rank.new(name: "null", position: -1)
Instance Method Summary
- #get_permissions(rank : Rank) : Hash(String, Bool)
- #get_permissions(account_id : Int32)
- #get_rank(rank_name : String) : Rank | Nil
- #get_rank(account_id : Int32) : Rank
- #has_permission(rank : Rank, perm : String)
- #has_permission(account_id : Int32, perm : String)
- #init