Class: Twterm::NotificationBackend::AbstractNotificationBackend Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/twterm/notification_backend/abstract_notification_backend.rb

Overview

This class is abstract.

Instance Method Summary collapse

Instance Method Details

#notify(_notification) ⇒ Object

This method is abstract.

Parameters:

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/twterm/notification_backend/abstract_notification_backend.rb', line 7

def notify(_notification)
  raise NotImplementedError, '`notify` method must be implemented'
end