class CrystalGauntlet::Ranks::Rank
- CrystalGauntlet::Ranks::Rank
- Reference
- Object
Defined in:
lib/ranks.crConstructors
Instance Method Summary
- #badge : Int64
- #has_permission(key : String)
- #is_mod : Bool
- #name : String
- #permissions : Hash(String, Bool)
- #position : Int64
- #text_color : Array(Int64) | Nil
Constructor Detail
def self.new(name : String, position : Int64 = 0, badge : Int64 = 0, is_mod : Bool = false, text_color : Nil | Array(Int64) = nil, permissions : Hash(String, Bool) = Hash(String, Bool).new)
#