Method: SOAP::EncodingStyle::Handler#decode_text
- Defined in:
- lib/soap/encodingstyle/handler.rb
#decode_text(ns, text) ⇒ Object
87 88 89 |
# 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 |