Method: Banacle::SlashCommand::Renderer#initialize
- Defined in:
- lib/banacle/slash_command/renderer.rb
#initialize(request, command, config) ⇒ Renderer
Returns a new instance of Renderer.
13 14 15 16 17 |
# File 'lib/banacle/slash_command/renderer.rb', line 13 def initialize(request, command, config) @request = request @command = command @config = config end |