Sha256: f6906445b83e53c9ac2ec50c3d4fecefa353a8223da518cabfb10a520bd1461c
Contents?: true
Size: 250 Bytes
Versions: 81
Compression:
Stored size: 250 Bytes
Contents
require 'killbill/plugin' module Killbill module Plugin class Notification < PluginBase # Override this method in your plugin to act upon received events def on_event(event) # No-op by default end end end end
Version data entries
81 entries across 81 versions & 1 rubygems