method
dump_operation
ruby latest stable - Class:
WSDL::SOAP::ClientSkeltonCreator
dump_operation(operation)private
No documentation available.
# File lib/wsdl/soap/clientSkeltonCreator.rb, line 58
def dump_operation(operation)
name = operation.name
input = operation.input
"puts obj.#{ safemethodname(name.name) }#{ dump_inputparam(input) }"
end