Module: SOAP::SOAPBasetype

Overview

for SOAP base type

Constant Summary

Constants included from SOAP

SOAPGenerator

Instance Attribute Summary collapse

Attributes included from SOAPType

#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root

Instance Method Summary collapse

Methods included from SOAPType

#inspect, #rootnode

Instance Attribute Details

#qualifiedObject

Returns the value of attribute qualified.



90
91
92
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 90

def qualified
  @qualified
end

Instance Method Details

#initialize(*arg) ⇒ Object



92
93
94
95
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 92

def initialize(*arg)
  super
  @qualified = nil
end