Method: Soaspec::SoapHandler#include_value?

Defined in:
lib/soaspec/exchange_handlers/soap_handler.rb

#include_value?(response, expected_value) ⇒ Boolean

Returns Whether any of the keys of the Body Hash include value.

Returns:

  • (Boolean)

    Whether any of the keys of the Body Hash include value



196
197
198
# File 'lib/soaspec/exchange_handlers/soap_handler.rb', line 196

def include_value?(response, expected_value)
  response.body.include_value?(expected_value)
end