method

check_array_content

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.

check_array_content(content)
private

No documentation available.

# File lib/wsdl/soap/complexType.rb, line 143
  def check_array_content(content)
    content and content.elements.size == 1 and
      content.elements[0].maxoccurs != '1'
  end