method
on_outbound
v1_8_6_287 -
Show 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