module Ntswf

Constants

AUTOLOAD
DEFAULT_MODULES

Public Class Methods

create(*args) click to toggle source

@!method self.create(*modules, config) Shortcut for creating an {Instance} @example

Ntswf.create(:client, :activity_worker, unit: "my_worker")

@param modules (see Instance#initialize) @param config (see Instance#initialize) @option config (see Base#configure)

# File lib/ntswf.rb, line 9
def self.create(*args)
  Ntswf::Instance.new(*args)
end