forked from loafle/openapi-generator-original
* Ruby Client for Faraday: fix file downloading In MR #16876, a bug was introduced that causes file downloading to fail for the Faraday adapter. This commit fixes the obvious missing parameter for the method call to download_file() and the missing variable `request` for saving the response value of the call to build_request(). Signed-off-by: Daniel Schnell <dschnell@grammatek.com> * Add automatically generated changes. --------- Signed-off-by: Daniel Schnell <dschnell@grammatek.com>