class Drigger::Adapters::Discord::Param

Included Modules

Defined in:

drigger/adapters/discord/param.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, required : Bool, index : Int32, value : Nil | String = nil) #

[View source]

Class Method Detail

def self.__new(state : LibLua::State) : Int32 #

Instance Method Detail

def _call(key) #

def index : Int32 #

[View source]
def name : String #

[View source]
def required? : Bool #

[View source]
def value : String | Nil #

[View source]
def value=(value : String | Nil) #

[View source]