gunark / jasperserver-client

Ruby client for JasperServer (via SOAP).

This URL has Read+Write access

jasperserver-client / init.rb
100644 5 lines (3 sloc) 0.165 kb
1
2
3
4
5
# This file makes it possible to install JasperServer-Client as a Rails plugin.
 
$: << File.expand_path(File.dirname(__FILE__))+'/lib'
 
require 'jasperserver-client'