Description

Right Track Database Build Options

This module handles the creation and modification of the Right Track Database Build Options (Options).

Details

Methods


<inner> set( [ options ] ) → {Options}

Description

Set the Right Track Database Build Options

Parameters
Name Type Attributes Description
options Options <optional>

The Build Options

Returns

The Build Options

Details

<inner> addAgency( require )

Description

Add a new agency to the Database Build Options

Parameters
Name Type Description
require string

Right Track Agency require location

Details

<inner> addAgencyConfig( config )

Description

Add an agency configuration file to the most recently added Agency

Parameters
Name Type Description
config string

Path to agency configuration file

Details

<inner> addAgencyNotes( notes )

Description

Add database compilation notes to the most recently added Agency

Parameters
Name Type Description
notes string

Database compilation notes

Details

<inner> get() → {Options}

Description

Get the Database Build Options

Returns
Details

<inner> agencyCount() → {int}

Description

Get the number of agencies added to the Database Build Options

Returns
Details

<inner> agency( index ) → {AgencyOptions}

Description

Get the agency's build options

Parameters
Name Type Description
index int

Agency index

Returns

Agency Build Options

Details