module GrpcNewrelicInterceptor

Constants

VERSION

Public Class Methods

new(options = {}) click to toggle source
# File lib/grpc_newrelic_interceptor.rb, line 7
def new(options = {})
  ServerInterceptor.new(**options)
end