Sha256: 2e3b40f4d13930f521e7ae0130a3ce198449079f2006f7647de247d1254a55c5

Contents?: true

Size: 251 Bytes

Versions: 6

Compression:

Stored size: 251 Bytes

Contents

module Pione
  module Front
    # TaskWorkerFront is a front interface for pione-task-worker command.
    class TaskWorkerFront < BasicFront
      def initialize(cmd)
        super(cmd, Global.task_worker_front_port_range)
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pione-0.5.0 lib/pione/front/task-worker-front.rb
pione-0.5.0.alpha.2 lib/pione/front/task-worker-front.rb
pione-0.5.0.alpha.1 lib/pione/front/task-worker-front.rb
pione-0.4.2 lib/pione/front/task-worker-front.rb
pione-0.4.1 lib/pione/front/task-worker-front.rb
pione-0.4.0 lib/pione/front/task-worker-front.rb