Class: AngieCoreApi::Notification
- Inherits:
-
Object
- Object
- AngieCoreApi::Notification
- Defined in:
- lib/angie-core-api/notification.rb
Class Method Summary collapse
Class Method Details
.email(options) ⇒ Object
5 6 7 |
# File 'lib/angie-core-api/notification.rb', line 5 def self.email() Client.data(:post, "/notifications/email", ) end |
.sms(options) ⇒ Object
9 10 11 |
# File 'lib/angie-core-api/notification.rb', line 9 def self.sms() Client.data(:post, "/notifications/sms", ) end |