class NoProto

an implementation of the non-protobuf service.

Public Class Methods

new(_default_var = 'ignored') click to toggle source
# File src/ruby/bin/noproto_server.rb, line 47
def initialize(_default_var = 'ignored')
end

Public Instance Methods

an_rpc(req, _call) click to toggle source
# File src/ruby/bin/noproto_server.rb, line 50
def an_rpc(req, _call)
  GRPC.logger.info('echo service received a request')
  req
end