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