Class: SOAP::RPC::CallbackHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/soap4r/soap4r_patches.rb

Instance Method Summary collapse

Instance Method Details

#on_callback(method_name, endpoint, envelope) ⇒ Object

The callback handler takes a method name (the API method invoked), an endpoint and the message envelope. This method is meant to be overloaded in derived classes.



121
122
123
# File 'lib/adwords_api/soap4r/soap4r_patches.rb', line 121

def on_callback(method_name, endpoint, envelope)
  return nil
end