method

create_mapping_opt

v1_8_7_72 - Show latest stable - Class: SOAP::RPC::Proxy
create_mapping_opt(hash = nil)
private

No documentation available.

# File lib/soap/rpc/proxy.rb, line 265
  def create_mapping_opt(hash = nil)
    opt = {
      :external_ces => @options["soap.mapping.external_ces"]
    }
    opt.update(hash) if hash
    opt
  end