Method: Soaspec::ExchangeExtractor#status_code
- Defined in:
- lib/soaspec/exchange/exchange_extractor.rb
#status_code ⇒ Integer
Get status code from api class. This is http response for Web Api
19 20 21 |
# File 'lib/soaspec/exchange/exchange_extractor.rb', line 19 def status_code exchange_handler.status_code_for(response) end |