class
Drigger::Adapters::Discord::Param
- Drigger::Adapters::Discord::Param
- Reference
- Object
Included Modules
- LuaCallable
Defined in:
drigger/adapters/discord/param.crConstructors
Class Method Summary
Instance Method Summary
- #_call(key)
- #index : Int32
- #name : String
- #required? : Bool
- #value : String | Nil
- #value=(value : String | Nil)
Constructor Detail
def self.new(name : String, required : Bool, index : Int32, value : Nil | String = nil)
#