lib/soaspec/exchange/exchange_extractor.rb in soaspec-0.2.15 vs lib/soaspec/exchange/exchange_extractor.rb in soaspec-0.2.16

- old
+ new

@@ -1,10 +1,10 @@ module Soaspec # Methods for extracting aspects of the traffic for a request / response # in an exchange from the ExchangeHandler that it's tied to module ExchangeExtractor # Request of API call. Either intended request or actual request - # @response [Object] Object representing request of API + # @return [Object] Object representing request of API def request exchange_handler.request(@response) end # Get status code from api class. This is http response code for Web Api