Class: Redirus::Worker::AddProxy

Inherits:
Proxy
  • Object
show all
Defined in:
lib/redirus/worker/add_proxy.rb

Defined Under Namespace

Classes: Action

Instance Method Summary collapse

Methods inherited from Proxy

#perform

Instance Method Details

#perform_action(name, workers, type, location_props = nil, opt = {}) ⇒ Object



7
8
9
# File 'lib/redirus/worker/add_proxy.rb', line 7

def perform_action(name, workers, type, location_props = nil, opt = {})
  Action.new(name, workers, type, location_props, opt).execute
end