Class: StackifyRubyAPM::Context::Prefix Private

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from NaivelyHashable

#naively_hashable?, #to_h

Instance Attribute Details

#request_bodyObject

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_headersObject

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_bodyObject

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_headersObject

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