Autodesk Backburner Client
TODO: Write a gem description
Installation
Add this line to your application’s Gemfile:
gem 'backburner', git: '[email protected]:panasyuk/autodesk_backburner_client'
And then execute:
$ bundle
Usage
```ruby require ‘backburner’
c = Backburner::Client.new ‘127.0.0.1’, 3234 jobs = c.jobs jobs[0].name # => “Test Job” ```
Contributing
- Fork it
- 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 new Pull Request