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

Class LegalFlagMessage

source code


Instance Methods [hide private]
 
__init__(self, copr, reporter, reason)
:param models.Copr copr: :param models.User reporter: A person who reported the legal issue (e.g.
source code

Inherited from Message: __str__

Class Variables [hide private]

Inherited from Message: subject, text

Method Details [hide private]

__init__(self, copr, reporter, reason)
(Constructor)

source code 

:param models.Copr copr: :param models.User reporter: A person who reported the legal issue (e.g. flask.g.user) :param str reason: What is the legal issue?

Overrides: object.__init__