class SOAPClient::BuildSavonAttrs

Public Class Methods

call(raw_attrs) click to toggle source
# File lib/soap_client/services/build_savon_attrs.rb, line 4
def self.call(raw_attrs)
  attrs = raw_attrs.slice(:wsdl)
  attrs[:proxy] = raw_attrs[:proxy] if raw_attrs[:proxy].present?
  attrs[:log] = false
  attrs
end