Class: Legion::Extensions::Github::App::Hooks::Webhook
- Inherits:
-
Hooks::Base
- Object
- Hooks::Base
- Legion::Extensions::Github::App::Hooks::Webhook
- Defined in:
- lib/legion/extensions/github/app/hooks/webhook.rb
Overview
rubocop:disable Legion/Extension/HookMissingRunnerClass
Class Method Summary collapse
Class Method Details
.runner_class ⇒ Object
11 12 13 |
# File 'lib/legion/extensions/github/app/hooks/webhook.rb', line 11 def self.runner_class 'Legion::Extensions::Github::App::Runners::Webhooks' end |