Class: SOAP::RPC::CallbackHandler
- Inherits:
-
Object
- Object
- SOAP::RPC::CallbackHandler
- Defined in:
- lib/adwords4r/soap4rpatches.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.
84 85 86 |
# File 'lib/adwords4r/soap4rpatches.rb', line 84 def on_callback(method_name, endpoint, envelope) return nil end |