Class: Datadog::CI::Transport::HTTP::InternalErrorResponse::DummyNetHTTPResponse
- Inherits:
-
Object
- Object
- Datadog::CI::Transport::HTTP::InternalErrorResponse::DummyNetHTTPResponse
- Defined in:
- lib/datadog/ci/transport/http.rb
Instance Method Summary collapse
Instance Method Details
#body ⇒ Object
125 126 127 |
# File 'lib/datadog/ci/transport/http.rb', line 125 def body "" end |
#code ⇒ Object
129 130 131 |
# File 'lib/datadog/ci/transport/http.rb', line 129 def code "-1" end |