class GRPC::Interceptor

Base class for interception in GRPC

Public Class Methods

new(options = {}) click to toggle source

@param [Hash] options A hash of options that will be used

by the interceptor. This is an EXPERIMENTAL API.
# File src/ruby/lib/grpc/generic/interceptors.rb, line 26
def initialize(options = {})
  @options = options || {}
end