Class: Noticed::DeliveryMethods::Vonage
- Defined in:
- lib/noticed/delivery_methods/vonage.rb
Instance Attribute Summary
Attributes inherited from Base
#notification, #options, #recipient, #record
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#deliver ⇒ Object
4 5 6 |
# File 'lib/noticed/delivery_methods/vonage.rb', line 4 def deliver HTTP.post("https://rest.nexmo.com/sms/json", json: format) end |