Flowdock
method

targetnamespace=

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::Definitions
targetnamespace=(targetnamespace) public

No documentation

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

Hide source
# File lib/wsdl/definitions.rb, line 46
  def targetnamespace=(targetnamespace)
    @targetnamespace = targetnamespace
    if @name
      @name = XSD::QName.new(@targetnamespace, @name.name)
    end
  end
Register or log in to add new notes.