module GrpcOpencensusInterceptor
Constants
- VERSION
Public Class Methods
new(options = {})
click to toggle source
# File lib/grpc_opencensus_interceptor.rb, line 11 def new(options = {}) ServerInterceptor.new(**options) end