There's no documentation for this item.
# File soap/baseData.rb, line 554 def [](idx) if @array.include?(idx) @data[@array.index(idx)] else nil end end
<code/>
<pre/>
<code/>and<pre/>for code samples.