Sha256: ecea4d2fee90581d909f32dcdbd7455e027e472b815ffaf44878b9913c0adc5d
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
module Percheron module Commands class Restart < Abstract default_parameters! def execute opts = { container_names: container_names } stack.restart!(opts) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
percheron-0.6.4 | lib/percheron/commands/restart.rb |