Class: Killbill::Plugin::Notification
- Inherits:
-
PluginBase
- Object
- PluginBase
- Killbill::Plugin::Notification
- Defined in:
- lib/killbill/notification.rb
Direct Known Subclasses
CatalogPluginApi, Currency, EntitlementPluginApi, Invoice, Payment, PaymentControlPluginApi
Instance Attribute Summary
Attributes inherited from PluginBase
#active, #clock, #conf_dir, #kb_apis, #logger, #plugin_name, #root
Instance Method Summary collapse
-
#on_event(event) ⇒ Object
Override this method in your plugin to act upon received events.
Methods inherited from PluginBase
#after_request, #initialize, #start_plugin, #stop_plugin
Constructor Details
This class inherits a constructor from Killbill::Plugin::PluginBase
Instance Method Details
#on_event(event) ⇒ Object
Override this method in your plugin to act upon received events
8 9 10 |
# File 'lib/killbill/notification.rb', line 8 def on_event(event) # No-op by default end |