Flowdock
method

on_inbound

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::Header::SimpleHandler
on_inbound(header, mustunderstand) 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 36
  def on_inbound(header, mustunderstand)
    h = header.respond_to?(:to_obj) ? header.to_obj : header.data
    on_simple_inbound(h, mustunderstand)
  end
Register or log in to add new notes.