class Dallal::Notifiers::Notifier

Attributes

notification[R]

Public Class Methods

new(notification) click to toggle source
# File lib/dallal/notifiers/notifier.rb, line 9
def initialize(notification)
  @notification = notification
end

Public Instance Methods

notify!(*args) click to toggle source
# File lib/dallal/notifiers/notifier.rb, line 13
def notify!(*args)
  Notifier.api_not_implemented(self)
end
persist!() click to toggle source
# File lib/dallal/notifiers/notifier.rb, line 17
def persist!
  Notifier.api_not_implemented(self)
end