Module: rulesLibrary

Contains all of the plugin defined business rules as a map between function names and function calls.

Author:
  • Seth Hollingsead
Source:

Requires

Methods

(inner) initPluginRulesLibrary() → {object}

Initializes an object map of plugin business rules and plugin function calls and returns them.

Author:
  • Seth Hollingsead
Source:
Returns:

A JSON object that contains an array of function objects that map function name to function call for all the business rules.

Type
object