We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5236247 commit 82a6d7aCopy full SHA for 82a6d7a
modules/swagger-codegen/src/main/resources/ruby/api_client.mustache
@@ -55,7 +55,7 @@ module {{moduleName}}
55
:message => response.return_message)
56
else
57
fail ApiError.new(:code => response.code,
58
- :response_headers => response.headers,
+ :response_headers => response.headers.to_h,
59
:response_body => response.body),
60
response.status_message
61
end
0 commit comments