This directory contains contains the Ruby SDK.
## Installation instructions
You can build the gem with the following command:
gem build arvados.gemspec
and install it like this:
gem install ./arvados-0.1.0.gem
## Code example
#!/usr/bin/env ruby
ENV = ‘arvados.local’ ENV = ‘qwertyuiopasdfghjklzxcvbnm1234567890abcdefghijklmn’
require ‘arvados’ arv = Arvados.new( { :suppress_ssl_warnings => false } )
cr_list = arv.container_request.list(where:{}) puts cr_list.first.inspect
cr = arv.container_request.get(uuid:“zzzzz-xvhdp-fkkbrl98u3pk87m”) puts pt.inspect