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.models.workout.WeightWorkout Class Reference

Base class for all weight related workouts. More...

Inheritance diagram for wowf.models.workout.WeightWorkout:
Inheritance graph
Collaboration diagram for wowf.models.workout.WeightWorkout:
Collaboration graph

Public Member Functions

def create
- Public Member Functions inherited from wowf.models.workout._Workout
def id

Static Public Attributes

tuple repetitions = Column(SmallInteger(unsigned=True), nullable=False)

Detailed Description

Base class for all weight related workouts.

Definition at line 55 of file workout.py.

Member Function Documentation

def wowf.models.workout.WeightWorkout.create (   cls,
  user,
  challenge,
  repetitions 
)

Definition at line 60 of file workout.py.

Member Data Documentation

tuple wowf.models.workout.WeightWorkout.repetitions = Column(SmallInteger(unsigned=True), nullable=False)
static

Definition at line 57 of file workout.py.


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