method

on_outbound

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: SOAP::Header::SimpleHandler
on_outbound() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/soap/header/simplehandler.rb, line 31
  def on_outbound
    h = on_simple_outbound
    h ? SOAPElement.from_obj(h, elename.namespace) : nil
  end
Register or log in to add new notes.