Current version: 1.0
Installation Guide: README
Getting Connected with Ruby is a sample application that shows you basic connectivity to BancBox with Ruby. It allows you to create clients, open Accounts, list clients and view client details. This demonstrates basic connectivity using the BancBox SOAP APIs.
» Create Clients
» Get Client Details
» List Clients
This application shows the basics for Ruby developers. It is a simple 2 screen application, a client registration screen that interacts with the BancBox createClient method, which also includes a client listing section that uses the searchClients method. Also, there is a client details screen that shows all of the details that were submitted using the createClient request.




