Portal-Ruby: Ruby bindings for Portal’s Infranet

by Ray Capozzi

DESCRIPTION:

portal-ruby enables Ruby programs to communicate with Portal’s Infranet.

You can view portal-ruby.rubyforge.org for more information.

SYNOPSIS:

require ‘portal’ portal = Portal::Connection.new portal.loopback portal.xop(:PCM_OP_CUST_DELETE_ACCT,:PIN_FLD_POID => “0.0.0.1 /account 11”) This creates a connection to Portal using a pin.conf and deletes an account.

REQUIREMENTS:

You need portal. to run.

INSTALL

You need include files to build. Under non-win32, the setup.rb should be enough. I’m still trying to understand how one explains configuring VS. Perhaps I’ll release win32 builds.