Class: SOAP::RPC::CallbackHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/soap4rpatches.rb

Direct Known Subclasses

AdWords::ResponseHandler

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.



84
85
86
# File 'lib/adwords4r/soap4rpatches.rb', line 84

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