Package coprs :: Module mail :: Class PermissionChangeMessage
[hide private]
[frames] | no frames]

Class PermissionChangeMessage

source code


Instance Methods [hide private]
 
__init__(self, copr, permission_dict)
:param models.Copr copr: :param dict permission_dict: {"old_builder": int, "old_admin": int, "new_builder": int, "new_admin": int}
source code
Class Variables [hide private]

Inherited from Message: subject, text

Method Details [hide private]

__init__(self, copr, permission_dict)
(Constructor)

source code 

:param models.Copr copr: :param dict permission_dict: {"old_builder": int, "old_admin": int, "new_builder": int, "new_admin": int}

Overrides: object.__init__