Methods
Objects
SDK Installation Guide
How to install the CALLR Ruby SDK
Summary
The installation and usage of the CALLR SDK requires the following:
gem install callr
gem install bundler
source 'https://rubygems.org'
gem 'callr'
bundle install
If you are using versionning system (eg. Git or SVN), you need to include Gemfile and Gemfile.lock.
Example for Git users:
git add Gemfile Gemfile.lock