Class: Virtuadeploy::Docker::Command

Inherits:
Command
  • Object
show all
Defined in:
lib/virtuadeploy/docker/command.rb

Instance Method Summary collapse

Methods inherited from Command

#open_utils

Instance Method Details

#show(service) ⇒ Object



9
10
11
12
# File 'lib/virtuadeploy/docker/command.rb', line 9

def show(service)
  options[:service] = service
  puts open_utils()
end