Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 424 Bytes

README.rdoc

File metadata and controls

20 lines (12 loc) · 424 Bytes

MerlinGateway

..is a client for the Aspiro Merlin SMS gateway.

Installation

gem install merlin_gateway

Usage example

require 'rubygems'
require 'merlin_gateway'

client = MerlinGateway::Client.new(:username => 'myusername', :password => 'mypassword')
message = client.new_message(4712345678, 'This is a test')
message.deliver!

Copyright © 2010 Manual design. See LICENSE for details.