Method: Perus::Server::CommandConfig#command_class

Defined in:
lib/perus/server/models/command_config.rb

#command_classObject



20
21
22
# File 'lib/perus/server/models/command_config.rb', line 20

def command_class
    Perus::Pinger.const_get(command)
end