Module: TitlePage

Defined in:
lib/titlepage.rb,
lib/titlepage/utils.rb,
lib/titlepage/client.rb,
lib/titlepage/driver.rb

Overview

A set of classes to hold results from the API. Based on the classes generated by soap4r, with attributes changed to use ruby conventions

Defined Under Namespace

Classes: Client, Contributor, Driver, NotLoggedInError, Price, Product, ProductIdentifier, Response, Stock, SupplyDetail, Title

Constant Summary collapse

SERVICE_ENDPOINT =
{
  :uri => "http://www.titlepage.com.au/ws/TitleQuery.php",
  :version => 1
}