Class: Dallal::Notifiers::SmsNotifier

Inherits:
Notifier
  • Object
show all
Defined in:
lib/dallal/notifiers/sms_notifier.rb

Instance Attribute Summary

Attributes inherited from Notifier

#notification

Instance Method Summary collapse

Methods inherited from Notifier

email, #initialize, sms

Methods included from AbstractInterface

included

Constructor Details

This class inherits a constructor from Dallal::Notifiers::Notifier

Instance Method Details

#notify!Object



6
7
# File 'lib/dallal/notifiers/sms_notifier.rb', line 6

def notify!
end

#persist!Object



10
11
12
# File 'lib/dallal/notifiers/sms_notifier.rb', line 10

def persist!

end