Class: SOAPClient::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/soap_client/client.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.call(*args) ⇒ Object



16
17
18
# File 'lib/soap_client/client.rb', line 16

def self.call(*args)
  self.new(*args).()
end

Instance Method Details

#callObject



20
21
22
23
24
25
26
# File 'lib/soap_client/client.rb', line 20

def call
  if log
    LogXML.(logger, soap_request.body, soap_response.xml, scrub)
  end

  soap_response
end