method

new

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

No documentation available.

# File lib/wsdl/xmlSchema/any.rb, line 22
  def initialize
    super()
    @maxoccurs = '1'
    @minoccurs = '1'
    @namespace = '##any'
    @process_contents = 'strict'
  end