Class: Datadog::Profiling::Transport::HTTP::Response
- Inherits:
 - 
      Object
      
        
- Object
 - Datadog::Profiling::Transport::HTTP::Response
 
 
- Includes:
 - Response, Transport::HTTP::Response
 
- Defined in:
 - lib/ddtrace/profiling/transport/http/response.rb
 
Overview
Response from HTTP transport for profiling
Instance Method Summary collapse
- 
  
    
      #initialize(http_response, options = {})  ⇒ Response 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Response.
 
Methods included from Transport::HTTP::Response
Constructor Details
#initialize(http_response, options = {}) ⇒ Response
Returns a new instance of Response.
      15 16 17  | 
    
      # File 'lib/ddtrace/profiling/transport/http/response.rb', line 15 def initialize(http_response, = {}) super(http_response) end  |