Class: SOAP::RPC::CallbackHandler
- Inherits:
-
Object
- Object
- SOAP::RPC::CallbackHandler
- Defined in:
- lib/adwords_api/soap4r/soap4r_patches.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#on_callback(method_name, endpoint, envelope) ⇒ Object
The callback handler takes a method name (the API method invoked), an endpoint and the message envelope.
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 |