Class: GrpcKit::Grpc::Interceptor
- Inherits:
-
Object
- Object
- GrpcKit::Grpc::Interceptor
- Defined in:
- lib/grpc_kit/grpc/interceptor.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Interceptor
constructor
A new instance of Interceptor.
Constructor Details
#initialize(options = {}) ⇒ Interceptor
Returns a new instance of Interceptor.
8 9 10 |
# File 'lib/grpc_kit/grpc/interceptor.rb', line 8 def initialize( = {}) @options = end |