Terarea  2
The automation project
Loading...
Searching...
No Matches
src.lib.components.endpoints_routes.Endpoints Class Reference
Collaboration diagram for src.lib.components.endpoints_routes.Endpoints:
Collaboration graph

Public Member Functions

None __init__ (self, RuntimeData runtime_data, int success=0, int error=84, bool debug=False)
 
None inject_routes (self)
 

Data Fields

bool debug = debug
 
int success = success
 
int error = error
 
RuntimeData runtime_data_initialised = runtime_data
 
PasswordHandling password_handling_initialised
 
Disp disp
 
Bonus bonus
 
Mandatory mandatory
 
UserEndpoints user_endpoints
 
Services services
 
Applets applets
 

Detailed Description

_summary_

Definition at line 10 of file endpoints_routes.py.

Constructor & Destructor Documentation

◆ __init__()

None src.lib.components.endpoints_routes.Endpoints.__init__ ( self,
RuntimeData runtime_data,
int success = 0,
int error = 84,
bool debug = False )
_summary_

Args:
    runtime_data (RuntimeData): _description_
    success (int, optional): _description_. Defaults to 0.
    error (int, optional): _description_. Defaults to 84.
    debug (bool, optional): _description_. Defaults to False.

Definition at line 14 of file endpoints_routes.py.

Member Function Documentation

◆ inject_routes()

None src.lib.components.endpoints_routes.Endpoints.inject_routes ( self)
_summary_

Definition at line 72 of file endpoints_routes.py.

Field Documentation

◆ applets

Applets src.lib.components.endpoints_routes.Endpoints.applets
Initial value:
= Applets(
runtime_data=runtime_data,
success=success,
error=error,
debug=debug
)

Definition at line 65 of file endpoints_routes.py.

◆ bonus

Bonus src.lib.components.endpoints_routes.Endpoints.bonus
Initial value:
= Bonus(
runtime_data=runtime_data,
success=success,
error=error,
debug=debug
)

Definition at line 41 of file endpoints_routes.py.

◆ debug

bool src.lib.components.endpoints_routes.Endpoints.debug = debug

Definition at line 23 of file endpoints_routes.py.

◆ disp

Disp src.lib.components.endpoints_routes.Endpoints.disp
Initial value:
= Disp(
TOML_CONF,
SAVE_TO_FILE,
FILE_NAME,
FILE_DESCRIPTOR,
debug=self.debug,
logger=self.__class__.__name__
)

Definition at line 32 of file endpoints_routes.py.

◆ error

int src.lib.components.endpoints_routes.Endpoints.error = error

Definition at line 25 of file endpoints_routes.py.

◆ mandatory

Mandatory src.lib.components.endpoints_routes.Endpoints.mandatory
Initial value:
= Mandatory(
runtime_data=runtime_data,
success=success,
error=error,
debug=debug
)

Definition at line 47 of file endpoints_routes.py.

◆ password_handling_initialised

PasswordHandling src.lib.components.endpoints_routes.Endpoints.password_handling_initialised
Initial value:
= PasswordHandling(
self.error,
self.success,
self.debug
)

Definition at line 27 of file endpoints_routes.py.

◆ runtime_data_initialised

RuntimeData src.lib.components.endpoints_routes.Endpoints.runtime_data_initialised = runtime_data

Definition at line 26 of file endpoints_routes.py.

◆ services

Services src.lib.components.endpoints_routes.Endpoints.services
Initial value:
= Services(
runtime_data=self.runtime_data_initialised,
success=self.success,
error=self.error,
debug=self.debug
)

Definition at line 59 of file endpoints_routes.py.

◆ success

int src.lib.components.endpoints_routes.Endpoints.success = success

Definition at line 24 of file endpoints_routes.py.

◆ user_endpoints

UserEndpoints src.lib.components.endpoints_routes.Endpoints.user_endpoints
Initial value:
= UserEndpoints(
runtime_data=runtime_data,
success=success,
error=error,
debug=debug
)

Definition at line 53 of file endpoints_routes.py.


The documentation for this class was generated from the following file: