Method: RmsApiRuby::Chain::SoapClient#call
- Defined in:
- lib/rms_api_ruby/chain/soap_client.rb
#call ⇒ Object
17 18 19 20 21 22 |
# File 'lib/rms_api_ruby/chain/soap_client.rb', line 17 def call chain { execute_request } when_falsy { status_code == SUCCESS }. dam { handle_http_error } chain(:response) { parse_to_mash } end |