Class: Griffin::Interceptors::Server::NewRelicInterceptor::Request
- Inherits:
-
Struct
- Object
- Struct
- Griffin::Interceptors::Server::NewRelicInterceptor::Request
- Defined in:
- lib/griffin/interceptors/server/newrelic_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
13 14 15 |
# File 'lib/griffin/interceptors/server/newrelic_interceptor.rb', line 13 def path @path end |
#request_method ⇒ Object
Returns the value of attribute request_method
13 14 15 |
# File 'lib/griffin/interceptors/server/newrelic_interceptor.rb', line 13 def request_method @request_method end |
#user_agent ⇒ Object
Returns the value of attribute user_agent
13 14 15 |
# File 'lib/griffin/interceptors/server/newrelic_interceptor.rb', line 13 def user_agent @user_agent end |