Add this line to your application's Gemfile:
gem 'maclease'
And then execute:
$ bundle
Then run install generator:
rails g maclease:install
request = Maclease::Origination.new().get_quote(...)
request = Maclease::Origination.new().create_application(...)
You need to have a consumer_key, consumer_secret and api_key configured.
- Fork it ( http://github.com/easylodge/maclease/fork )
- Create your feature branch (
git checkout -b my-new-feature) - See dev.rb file in root
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request