Class: GrpcNewrelicInterceptor::ServerInterceptor::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/grpc_newrelic_interceptor/server_interceptor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/grpc_newrelic_interceptor/server_interceptor.rb', line 6

def path
  @path
end

#request_methodObject

Returns the value of attribute request_method

Returns:

  • (Object)

    the current value of request_method



6
7
8
# File 'lib/grpc_newrelic_interceptor/server_interceptor.rb', line 6

def request_method
  @request_method
end

#user_agentObject

Returns the value of attribute user_agent

Returns:

  • (Object)

    the current value of user_agent



6
7
8
# File 'lib/grpc_newrelic_interceptor/server_interceptor.rb', line 6

def user_agent
  @user_agent
end