class Datadog::Profiling::Transport::HTTP::Response
Public Class Methods
new(http_response, options = {})
click to toggle source
Calls superclass method
Datadog::Transport::HTTP::Response::new
# File lib/ddtrace/profiling/transport/http/response.rb, line 15 def initialize(http_response, options = {}) super(http_response) end