Flowdock
method

dump

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: WSDL::SOAP::ClientSkeltonCreator
dump(service_name) public

No documentation

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

Hide source
# File lib/wsdl/soap/clientSkeltonCreator.rb, line 26
  def dump(service_name)
    result = ""
    @definitions.service(service_name).ports.each do |port|
      result << dump_porttype(port.porttype.name)
      result << "\n"
    end
    result
  end
Register or log in to add new notes.