# AppVeyor::Worker [](https://ci.appveyor.com/project/ukoloff/appveyor-worker) Access to [AppVeyor](http://www.appveyor.com/) [Build Worker API](http://www.appveyor.com/docs/build-worker-api) ## Installation Add this line to your application's Gemfile: ```ruby gem 'appveyor-worker' ``` And then execute: $ bundle Or install it yourself as: $ gem install appveyor-worker ## Usage ```ruby require 'appveyor/worker' AppVeyor::Worker.message "Hello, world!", "It's me" ```