stalker.models.project.ProjectClient¶
-
class
stalker.models.project.
ProjectClient
(project=None, client=None, role=None)[source]¶ Bases:
sqlalchemy.ext.declarative.api.Base
The association object used in Client-to-Project relation
-
__init__
(project=None, client=None, role=None)¶
Methods
__init__
([project, client, role])Attributes
client
client_id
metadata
plural_class_name
the plural name of this class project
project_id
query
role
role_id
-
plural_class_name
¶ the plural name of this class
-