method
decode_text
v1_8_7_72 -
Show latest stable
- Class:
SOAP::EncodingStyle::Handler
decode_text(ns, text)public
No documentation available.
# File lib/soap/encodingstyle/handler.rb, line 87
def decode_text(ns, text)
raise NotImplementError.new('Method decode_text must be defined in derived class.')
end