pyama86/popper

View on GitHub
lib/popper/action.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Popper::Action
  autoload :Base,    "popper/action/base"
  autoload :Slack,   "popper/action/slack"
  autoload :Ghe,     "popper/action/ghe"
  autoload :Git,     "popper/action/git"
  autoload :ExecCmd, "popper/action/exec_cmd"
  autoload :Webhook, "popper/action/webhook"
end