class Redirus::Worker::AddProxy

Public Instance Methods

perform_action(name, workers, type, location_props = nil, opt = {}) click to toggle source
# 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