module SOAPClient

Constants

VERSION

Public Class Methods

call(opts) click to toggle source
# File lib/soap_client.rb, line 17
def self.call(opts)
  self.new(opts).()
end
new(opts) click to toggle source
# File lib/soap_client.rb, line 13
def self.new(opts)
  Client.new(opts)
end