Class: Spanx::Notifier::Base
- Inherits:
-
Object
- Object
- Spanx::Notifier::Base
- Defined in:
- lib/spanx/notifier/base.rb
Instance Method Summary collapse
-
#publish(blocked_ip) ⇒ Object
Takes an instance of the Spanx::BlockedIp struct.
Instance Method Details
#publish(blocked_ip) ⇒ Object
Takes an instance of the Spanx::BlockedIp struct. Overwrite this a subclass to define real behavior
7 8 9 |
# File 'lib/spanx/notifier/base.rb', line 7 def publish(blocked_ip) raise 'Abstract Method Not Implemented' end |