This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
HeChian Hsu (author)
Mon Aug 24 08:03:28 -0700 2009
twsmsr /
README
= TWSMSR TWSMS is a SMS Service Company in Taiwan. And TWSMSR is a sender library for Ruby to easy use SMS service. = Usage require 'twsmsr' t = TWSMSR.new(username, password) resp = t.send(tel, message) # Get response, if resp is less than 0, it means it got an error! If response is greater than 0, that means the response is the message id. puts t.query # Get error check. puts t.message_id # Get message id. t.message_id = "123456" # Set Message ID puts t.query = Support You can mail to CFC (cfcsky@gmail.com) to report issues.








