method

new

v1_8_6_287 - Show latest stable - Class: SOAP::SOAPStruct
new(type = nil)
public

No documentation available.

# File lib/soap/baseData.rb, line 400
  def initialize(type = nil)
    super()
    @type = type || XSD::QName::EMPTY
    @array = []
    @data = []
  end