File

implementation.rb

(C)

Loyalty New Zealand 2014

Purpose

Service authors create subclasses of Hoodoo::Services::Service, which lists the one or more subclasses of Hoodoo::Services::Interface the service author writes; each of those declares an interface which refers, for each interface endpoint, to a subclass of the class described here. Service authors create the body of their service implementation within the subclass.

This file, then, does very little beyond describing the method framework that service authors use.


24-Sep-2014 (ADH): Created.
Namespace