Class: StackifyRubyAPM::Context::Prefix Private
- Inherits:
-
Object
- Object
- StackifyRubyAPM::Context::Prefix
- Includes:
- NaivelyHashable
- Defined in:
- lib/stackify_apm/context/prefix.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #request_body ⇒ Object private
- #request_headers ⇒ Object private
- #response_body ⇒ Object private
- #response_headers ⇒ Object private
Method Summary
Methods included from NaivelyHashable
Instance Attribute Details
#request_body ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
9 10 11 |
# File 'lib/stackify_apm/context/prefix.rb', line 9 def request_body @request_body end |
#request_headers ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/stackify_apm/context/prefix.rb', line 10 def request_headers @request_headers end |
#response_body ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
9 10 11 |
# File 'lib/stackify_apm/context/prefix.rb', line 9 def response_body @response_body end |
#response_headers ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/stackify_apm/context/prefix.rb', line 10 def response_headers @response_headers end |