Module: chiefRules

Contains all of the top-level functions to manage the business rules for the plugin.

Author:
  • Seth Hollingsead
Source:

Requires

Methods

(inner) initBusinessRules() → {object}

Initializes all of the business rules for the plugin, so they can be loaded by the Haystacks platform and used by the application.

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 in the plugin.

Type
object