Class: Hookie::Plugin::EmptyPlugin

Inherits:
BasePlugin show all
Defined in:
lib/hookie/plugins/empty_plugin.rb

Instance Attribute Summary

Attributes inherited from BasePlugin

#config

Instance Method Summary collapse

Methods inherited from BasePlugin

#config_key, #initialize, #log, #should_run?, #to_s

Constructor Details

This class inherits a constructor from Hookie::BasePlugin

Instance Method Details

#post_receiveObject



6
7
8
# File 'lib/hookie/plugins/empty_plugin.rb', line 6

def post_receive
  log "Empty Plugin - post_receive"
end