method

new

v1_8_7_330 - Show latest stable - Class: WSDL::Binding
new()
public

No documentation available.

# File lib/wsdl/binding.rb, line 22
  def initialize
    super
    @name = nil
    @type = nil
    @operations = XSD::NamedElements.new
    @soapbinding = nil
  end