public
Description: A wrapper gem for Postal Methods
Homepage: http://www.postalmethods.com/resources/samples/ruby
Clone URL: git://github.com/imajes/postalmethods.git
imajes (author)
Sun Dec 28 13:58:44 -0800 2008
commit  06b83e6cae367c3a3eb5d04db6ee157528c6ae6b
tree    1b9e00fed858c83cddb2f6becf84a9c137c9619a
parent  8af0d016db6a1766be5fd84dc6a20fd4da91bb85
name age message
file History.txt Mon Sep 22 05:58:15 -0700 2008 doc updates [imajes]
file License.txt Tue Aug 19 09:04:53 -0700 2008 fix the name fixmes [imajes]
file Manifest.txt Loading commit data...
file PostInstall.txt Mon Sep 22 05:58:15 -0700 2008 doc updates [imajes]
file README.rdoc Sun Dec 21 14:54:29 -0800 2008 upgrade newgem [imajes]
file README.txt Sun Dec 21 14:54:29 -0800 2008 upgrade newgem [imajes]
file Rakefile
directory config/ Tue Aug 19 09:04:53 -0700 2008 fix the name fixmes [imajes]
directory coverage/
directory lib/
file postalmethods.gemspec
directory script/ Tue Aug 19 09:02:04 -0700 2008 add initial newgem output [imajes]
file setup.rb Tue Aug 19 09:02:04 -0700 2008 add initial newgem output [imajes]
directory spec/
directory tasks/
README.rdoc

postalmethods

DESCRIPTION:

API wrapper library for the postal methods api.

FEATURES/PROBLEMS:

  • Provides access to all of the API methods with appropriate exceptions as necessary.

SYNOPSIS:

require ‘postalmethods’

@doc = open(File.dirname(FILE) + ’/../spec/doc/sample.pdf’) @client = PostalMethods::Client.new(:user => "user", :password => "password") rv = @client.send_letter(@doc, "description of doc") puts rv

REQUIREMENTS:

  • This gem relies on the soap4r gem.

INSTALL:

  • sudo gem install postalmethods
  • get a developer account at postalmethods.com

LICENSE:

  • See License.txt