Methods

Files

Class Index [+]

Quicksearch

SOAP::SOAPRawData

Public Class Methods

new(obj) click to toggle source
     # File lib/soap/baseData.rb, line 831
831:   def initialize(obj)
832:     super(XSD::QName::EMPTY)
833:     @obj = obj
834:   end

Public Instance Methods

to_xmlpart() click to toggle source
     # File lib/soap/baseData.rb, line 836
836:   def to_xmlpart
837:     @obj.to_xmlpart
838:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.