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