method

new

ruby latest stable - Class: WSDL::XMLSchema::Element

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

new(name = nil, type = nil)
public

No documentation available.

# File lib/wsdl/xmlSchema/element.rb, line 61
  def initialize(name = nil, type = nil)
    super()
    @name = name
    @form = nil
    @type = type
    @local_simpletype = @local_complextype = nil
    @constraint = nil
    @maxoccurs = '1'
    @minoccurs = '1'
    @nillable = nil
    @ref = nil
    @refelement = nil
  end