Class: StackifyRubyAPM::Context::Request Private

Inherits:
Object
  • Object
show all
Includes:
NaivelyHashable
Defined in:
lib/stackify_apm/context/request.rb,
lib/stackify_apm/context/request/url.rb,
lib/stackify_apm/context/request/socket.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.

Defined Under Namespace

Classes: Socket, Url

Instance Attribute Summary collapse

Method Summary

Methods included from NaivelyHashable

#naively_hashable?, #to_h

Instance Attribute Details

#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/request.rb', line 9

def body
  @body
end

#cookiesObject

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/request.rb', line 9

def cookies
  @cookies
end

#envObject

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/request.rb', line 9

def env
  @env
end

#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.



9
10
11
# File 'lib/stackify_apm/context/request.rb', line 9

def headers
  @headers
end

#http_versionObject

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/request.rb', line 9

def http_version
  @http_version
end

#methodObject

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/request.rb', line 9

def method
  @method
end

#socketObject

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/request.rb', line 9

def socket
  @socket
end

#urlObject

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/request.rb', line 9

def url
  @url
end