Module: SOAP::SOAPCompoundtype
- Included in:
- SOAPArray, SOAPElement, SOAPStruct
- Defined in:
- lib/soap4r_19_patch/soap/baseData.rb
Overview
for SOAP compound type
Constant Summary
Constants included from SOAP
Instance Attribute Summary collapse
-
#qualified ⇒ Object
Returns the value of attribute qualified.
Attributes included from SOAPType
#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root
Instance Method Summary collapse
Methods included from SOAPType
Instance Attribute Details
#qualified ⇒ Object
Returns the value of attribute qualified.
106 107 108 |
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 106 def qualified @qualified end |
Instance Method Details
#initialize(*arg) ⇒ Object
108 109 110 111 |
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 108 def initialize(*arg) super @qualified = nil end |