Class: Oncall::Commands::RunCommand
- Inherits:
-
Object
- Object
- Oncall::Commands::RunCommand
- Defined in:
- lib/oncall/commands/run_command.rb
Class Method Summary collapse
Class Method Details
.invoke(args) ⇒ Object
6 7 8 |
# File 'lib/oncall/commands/run_command.rb', line 6 def self.invoke(args) Oncall::Core::Runner.invoke(args) end |