# Class Documentation Template

# Class: `ClassIdentifier`

#### Short summary of the class object and what it does.

## Class Properties

- #### Private Properties
    - `attribute_one`: **_string_**
    - readonly `constant_attribute`: **_boolean_**
    - readonly `other_attribute`: **_number_**
    - readonly `object_attribute`: **_[Headers]()_**
    - readonly `function_reference`: **_Function_**

# Public Methods

## constructor()

- #### constructor(args: { foo?: _[string]()_, bar?: _[string]()_, opt?: _[boolean]()_ })

- CShort description of the class method and what it does.

## public_method()

- #### `static` public_method(args: { option?: _[boolean]()_ }): [return type]()

- Short description of the class method and what it does.

# Private Methods

## private_method()

- #### `static` private_method(args: { option?: _[boolean]()_ }): [return type]()

- Short description of the class method and what it does.