Class: Griffin::Interceptors::Server::NewRelicInterceptor::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/griffin/interceptors/server/newrelic_interceptor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/griffin/interceptors/server/newrelic_interceptor.rb', line 13

def path
  @path
end

#request_methodObject

Returns the value of attribute request_method

Returns:

  • (Object)

    the current value of request_method



13
14
15
# File 'lib/griffin/interceptors/server/newrelic_interceptor.rb', line 13

def request_method
  @request_method
end

#user_agentObject

Returns the value of attribute user_agent

Returns:

  • (Object)

    the current value of user_agent



13
14
15
# File 'lib/griffin/interceptors/server/newrelic_interceptor.rb', line 13

def user_agent
  @user_agent
end