Class: GrpcReflection::ServerAlpha
- Inherits:
-
Grpc::Reflection::V1alpha::ServerReflection::Service
- Object
- Grpc::Reflection::V1alpha::ServerReflection::Service
- GrpcReflection::ServerAlpha
- Includes:
- ServerShared
- Defined in:
- lib/grpc_reflection/server_alpha.rb
Instance Method Summary collapse
Methods included from ServerShared
#server_reflection_info_response
Instance Method Details
#server_reflection_info(req, _unused_call) ⇒ Object
8 9 10 |
# File 'lib/grpc_reflection/server_alpha.rb', line 8 def server_reflection_info(req, _unused_call) server_reflection_info_response(req, Grpc::Reflection::V1alpha) end |