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