class Redmine::Commands::Docker::CreateVolume
Public Class Methods
new(config)
click to toggle source
# File lib/redmine/commands/docker/create_volume.rb, line 7 def initialize(config) @config = config end
Public Instance Methods
command_line()
click to toggle source
# File lib/redmine/commands/docker/create_volume.rb, line 11 def command_line "docker volume create redmine-pg-#{@config.name}" end