Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Static Public Attributes | List of all members
wowf.forms.challenge.AcceptDenyChallengeForm Class Reference
Inheritance diagram for wowf.forms.challenge.AcceptDenyChallengeForm:
Inheritance graph
Collaboration diagram for wowf.forms.challenge.AcceptDenyChallengeForm:
Collaboration graph

Public Member Functions

def accept_challenge
def deny_challenge
- Public Member Functions inherited from wowf.forms.Form
def __init__

Static Public Attributes

tuple accept = SubmitField('Accept Challenge')
tuple deny = SubmitField('Deny Challenge')

Additional Inherited Members

- Public Attributes inherited from wowf.forms.Form
 state

Detailed Description

Definition at line 85 of file challenge.py.

Member Function Documentation

def wowf.forms.challenge.AcceptDenyChallengeForm.accept_challenge (   self,
  user,
  challenge 
)

Definition at line 90 of file challenge.py.

def wowf.forms.challenge.AcceptDenyChallengeForm.deny_challenge (   self,
  user,
  challenge 
)

Definition at line 93 of file challenge.py.

Member Data Documentation

tuple wowf.forms.challenge.AcceptDenyChallengeForm.accept = SubmitField('Accept Challenge')
static

Definition at line 87 of file challenge.py.

tuple wowf.forms.challenge.AcceptDenyChallengeForm.deny = SubmitField('Deny Challenge')
static

Definition at line 88 of file challenge.py.


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