method
decode_text
v1_8_7_330 -
Show latest stable
- Class:
SOAP::EncodingStyle::LiteralHandler
decode_text(ns, text)public
No documentation available.
# File lib/soap/encodingstyle/literalHandler.rb, line 160
def decode_text(ns, text)
# @textbuf is set at decode_tag_end.
@textbuf << text
end