Class: Killbill::Plugin::Notification

Inherits:
PluginBase show all
Defined in:
lib/killbill/notification.rb

Instance Attribute Summary

Attributes inherited from PluginBase

#active, #clock, #conf_dir, #kb_apis, #logger, #plugin_name, #root

Instance Method Summary collapse

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