This is a gem created to generate urls needed to interact with WebEx. It also parses config options for setting up webex meetings.
Add this line to your application's Gemfile:
gem 'webex_client'
And then execute:
$ bundle
Or install it yourself as:
$ gem install webex_client
To run specs you need to run:
$ cp spec/webex_config.example.yml spec/webex_config.yml
Then edit the yml file with valid webex credentials.