Flowdock
method

soap_rpc_complextypes

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::Definitions
soap_rpc_complextypes(binding) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/wsdl/soap/definitions.rb, line 73
  def soap_rpc_complextypes(binding)
    types = rpc_operation_complextypes(binding)
    types + self.class.soap_rpc_complextypes
  end
Register or log in to add new notes.