method
on_outbound
ruby latest stable - Class:
SOAP::Header::SimpleHandler
on_outbound()public
No documentation available.
# File lib/soap/header/simplehandler.rb, line 31
def on_outbound
h = on_simple_outbound
h ? SOAPElement.from_obj(h, elename.namespace) : nil
end