Method: SOAP::SOAPGenerator#encode_child
- Defined in:
- lib/soap/generator.rb
#encode_child(ns, child, parent) ⇒ Object
114 115 116 117 118 |
# File 'lib/soap/generator.rb', line 114 def encode_child(ns, child, parent) indent_backup, @indent = @indent, @indent + @indentstr encode_data(ns.clone_ns, child, parent) @indent = indent_backup end |