Class: Virtuadeploy::Docker::Command
- Defined in:
- lib/virtuadeploy/docker/command.rb
Instance Method Summary collapse
Methods inherited from Command
Instance Method Details
#show(service) ⇒ Object
9 10 11 12 |
# File 'lib/virtuadeploy/docker/command.rb', line 9 def show(service) [:service] = service puts open_utils() end |