Class: AngieCoreApi::Notification

Inherits:
Object
  • Object
show all
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(options)
  Client.data(:post, "/notifications/email", options)
end

.sms(options) ⇒ Object



9
10
11
# File 'lib/angie-core-api/notification.rb', line 9

def self.sms(options)
  Client.data(:post, "/notifications/sms", options)
end