|
Terarea
2
The automation project
|

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 |
_summary_
Definition at line 10 of file endpoints_routes.py.
| 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.
| None src.lib.components.endpoints_routes.Endpoints.inject_routes | ( | self | ) |
_summary_
Definition at line 72 of file endpoints_routes.py.
| Applets src.lib.components.endpoints_routes.Endpoints.applets |
Definition at line 65 of file endpoints_routes.py.
| Bonus src.lib.components.endpoints_routes.Endpoints.bonus |
Definition at line 41 of file endpoints_routes.py.
| bool src.lib.components.endpoints_routes.Endpoints.debug = debug |
Definition at line 23 of file endpoints_routes.py.
| Disp src.lib.components.endpoints_routes.Endpoints.disp |
Definition at line 32 of file endpoints_routes.py.
| int src.lib.components.endpoints_routes.Endpoints.error = error |
Definition at line 25 of file endpoints_routes.py.
| Mandatory src.lib.components.endpoints_routes.Endpoints.mandatory |
Definition at line 47 of file endpoints_routes.py.
| PasswordHandling src.lib.components.endpoints_routes.Endpoints.password_handling_initialised |
Definition at line 27 of file endpoints_routes.py.
| RuntimeData src.lib.components.endpoints_routes.Endpoints.runtime_data_initialised = runtime_data |
Definition at line 26 of file endpoints_routes.py.
| Services src.lib.components.endpoints_routes.Endpoints.services |
Definition at line 59 of file endpoints_routes.py.
| int src.lib.components.endpoints_routes.Endpoints.success = success |
Definition at line 24 of file endpoints_routes.py.
| UserEndpoints src.lib.components.endpoints_routes.Endpoints.user_endpoints |
Definition at line 53 of file endpoints_routes.py.