struct Cryscord::Overwrite

Defined in:

overwrite.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, type : Overwrite::Type, allow : Permission, deny : Permission) #

[View source]

Instance Method Detail

def allow : Permission #

def clone #

[View source]
def copy_with(id _id = @id, type _type = @type, allow _allow = @allow, deny _deny = @deny) #

[View source]
def deny : Permission #

def id : Int32 #

def type : Overwrite::Type #