AgmsRuby Library 
The AGMS Ruby library provides integration to the AGMS Gateway.
Installation
Add this line to your application's Gemfile:
gem 'agms'
And then execute:
$ bundle
Or install it yourself as:
$ gem install agms
Usage
Examples on how the AGMS Ruby library can be used are found as part of this package in: examples/
- hpp.rb
- invoicing.rb
- recurring.rb
- report.py
- safe.rb
- transaction.rb.
Release Notes
Support for Invoicing and Recurring are not yet completed and are still under development.
Documentation
License
See the LICENSE file.
Development
Test cases can be run with: bundle exec rake test
Contributing
- Fork it ( https://github.com/agmscode/agms_ruby/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request