lib/soaspec/exchange_handlers/rest_handler.rb in soaspec-0.2.15 vs lib/soaspec/exchange_handlers/rest_handler.rb in soaspec-0.2.16
- old
+ new
@@ -217,10 +217,10 @@
else
raise "Unable to interpret type of #{response.body}"
end
end
- # @response [RestClient::Request] Request of API call. Either intended request or actual request
+ # @return [RestClient::Request] Request of API call. Either intended request or actual request
def request(response)
return 'Request not yet sent' if response.nil?
response.request
end