method

all_elements=

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

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.

all_elements=(elements)
public

No documentation available.

# File lib/wsdl/xmlSchema/complexType.rb, line 95
  def all_elements=(elements)
    @content = All.new
    elements.each do |element|
      @content << element
    end
  end