Class: MyOtherWorker

Inherits:
Object
  • Object
show all
Includes:
GRPC::Kit::Queue::Worker
Defined in:
lib/workers/my_other_worker.rb

Instance Method Summary collapse

Methods included from GRPC::Kit::Queue::Worker

included, list

Instance Method Details

#callObject



6
7
8
# File 'lib/workers/my_other_worker.rb', line 6

def call
  puts 'ping'
end