class GRPC::Interceptor
Base class for interception in GRPC
Public Class Methods
Source
# File src/ruby/lib/grpc/generic/interceptors.rb, line 26 def initialize(options = {}) @options = options || {} end
@param [Hash] options A hash of options that will be used
by the interceptor. This is an EXPERIMENTAL API.