Class: Datadog::Profiling::Transport::HTTP::Response

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

Methods included from Transport::HTTP::Response

#code

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, options = {})
  super(http_response)
end