Class: SMS::Backend::Base
Direct Known Subclasses
Clickatell, DRB, GSM, HTTP
Instance Attribute Summary
Attributes inherited from Thing
Instance Method Summary collapse
-
#send_sms(msg) ⇒ Object
This method should be called (via super) by all backends before sending a message, so it can be logged, and apps are notified.
Methods inherited from Thing
#incoming, #outgoing, #start, #stop
Instance Method Details
#send_sms(msg) ⇒ Object
This method should be called (via super) by all backends before sending a message, so it can be logged, and apps are notified
57 58 59 |
# File 'lib/rubysms/backend.rb', line 57 def send_sms(msg) router.outgoing(msg) end |