class Superhosting::Cli::Cmd::ContainerInspect

Public Class Methods

after_action(data, config) click to toggle source
# File lib/superhosting/cli/cmd/container_inspect.rb, line 5
def self.after_action(data, config)
  self.info(data)
end