module TengineJobAgent::CommandUtils

Constants

DEFAULT_CONFIG

Public Class Methods

included(mod) click to toggle source
# File lib/tengine_job_agent/command_utils.rb, line 11
def self.included(mod)
  mod.extend(ClassMethods)
end