Class: Datadog::CI::Transport::HTTP::InternalErrorResponse::DummyNetHTTPResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/datadog/ci/transport/http.rb

Instance Method Summary collapse

Instance Method Details

#bodyObject



125
126
127
# File 'lib/datadog/ci/transport/http.rb', line 125

def body
  ""
end

#codeObject



129
130
131
# File 'lib/datadog/ci/transport/http.rb', line 129

def code
  "-1"
end