module SOAP::SOAPCompoundtype

for SOAP compound type

Attributes

qualified[RW]

Public Class Methods

new(*arg) click to toggle source
Calls superclass method SOAP::SOAPType::new
# File lib/soap/baseData.rb, line 111
def initialize(*arg)
  super
  @qualified = nil
end