Method: SOAP::EncodingStyle::Handler#encode_data

Defined in:
lib/soap/encodingstyle/handler.rb

#encode_data(generator, ns, data, parent) ⇒ Object

encode interface.

Returns a XML instance as a string.

Raises:

  • (NotImplementError)


62
63
64
# File 'lib/soap/encodingstyle/handler.rb', line 62

def encode_data(generator, ns, data, parent)
  raise NotImplementError
end