abstract class Worker::CommandCallExecutor::Command

Direct Known Subclasses

Defined in:

worker/command_call_executor/command.cr
worker/command_call_executor/command/with_audios_addition.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(worker : Worker, command_call : CommandCall, command_data : CommandData | Nil = nil) #

[View source]

Instance Method Detail

abstract def execute #

[View source]