lib/redfish_client/connector.rb in redfish_client-0.1.0 vs lib/redfish_client/connector.rb in redfish_client-0.2.0

- old
+ new

@@ -77,10 +77,9 @@ params = { path: path } params[:body] = body if body @connection.patch(params) end - # Issue DELETE requests to the service. # # @param path [String] path to the resource, relative to the base # @return [Excon::Response] response object def delete(path)