Flowdock
method

soap_rpc_complextypes

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::Definitions
soap_rpc_complextypes() 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 18
  def self.soap_rpc_complextypes
    types = XSD::NamedElements.new
    types << array_complextype
    types << fault_complextype
    types << exception_complextype
    types
  end
Register or log in to add new notes.