Right Track Database Build Options
This module handles the creation and modification of the Right Track Database Build Options (Options).
- Source:
Methods
(inner) addAgency(require)
- Source:
Add a new agency to the Database Build Options
Parameters:
Name | Type | Description |
---|---|---|
require |
string | Right Track Agency |
(inner) addAgencyConfig(config)
- Source:
Add an agency configuration file to the most recently added Agency
Parameters:
Name | Type | Description |
---|---|---|
config |
string | Path to agency configuration file |
(inner) addAgencyNotes(notes)
- Source:
Add database compilation notes to the most recently added Agency
Parameters:
Name | Type | Description |
---|---|---|
notes |
string | Database compilation notes |
(inner) agency(index) → {AgencyOptions}
- Source:
Get the agency's build options
Parameters:
Name | Type | Description |
---|---|---|
index |
int | Agency index |
Returns:
Agency Build Options
- Type
- AgencyOptions
(inner) agencyCount() → {int}
- Source:
Get the number of agencies added to the Database Build Options
Returns:
- Type
- int
(inner) get() → {Options}
- Source:
Get the Database Build Options
Returns:
- Type
- Options
(inner) set(optionsopt) → {Options}
- Source:
Set the Right Track Database Build Options
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options |
Options |
<optional> |
The Build Options |
Returns:
The Build Options
- Type
- Options