Class: GrpcNewrelicInterceptor::ServerInterceptor::Request
- Inherits:
-
Struct
- Object
- Struct
- GrpcNewrelicInterceptor::ServerInterceptor::Request
- Defined in:
- lib/grpc_newrelic_interceptor/server_interceptor.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#request_method ⇒ Object
Returns the value of attribute request_method.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/grpc_newrelic_interceptor/server_interceptor.rb', line 6 def path @path end |
#request_method ⇒ Object
Returns the value of attribute request_method
6 7 8 |
# File 'lib/grpc_newrelic_interceptor/server_interceptor.rb', line 6 def request_method @request_method end |
#user_agent ⇒ Object
Returns the value of attribute user_agent
6 7 8 |
# File 'lib/grpc_newrelic_interceptor/server_interceptor.rb', line 6 def user_agent @user_agent end |