Sha256: d6ca7c444bd6faea0d4cfe9dde64ff2a2a766ea3cf0d7c0b67f3dccb2a104272
Contents?: true
Size: 343 Bytes
Versions: 4
Compression:
Stored size: 343 Bytes
Contents
require 'stir/config' begin require 'savon' rescue ::LoadError raise $!, "Please add savon (#{dependency_config['soap']}) to your Gemfile to do SOAP API testing\n", $!.backtrace end require 'stir/base' require 'stir/soap/soap_configuration' require 'stir/soap/operations' require 'stir/soap/soap_response' require 'stir/soap/soap_client'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
stir-2.2.3 | lib/stir/soap.rb |
stir-2.2.2 | lib/stir/soap.rb |
stir-2.2.1 | lib/stir/soap.rb |
stir-2.1.1 | lib/stir/soap.rb |