There's no documentation for this item.
# File soap/baseData.rb, line 67 def rootnode node = self while node = node.parent break if SOAPEnvelope === node end node end
<code/>
<pre/>
<code/>and<pre/>for code samples.