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

Static Public Attributes

tuple lookup_data
- Static Public Attributes inherited from wowf.models.lookup_tables.Lookup
tuple lookup_data = ()
tuple id = Column(Integer(unsigned=True), primary_key=True)
tuple name = Column(Unicode(40), nullable=False, index=True)
- Static Public Attributes inherited from wowf.models.meta.Base
tuple query = DBSession.query_property()
- Static Public Attributes inherited from wowf.lib.fulltext.FulltextBase
list index_fields = []

Static Private Attributes

string __tablename__ = 'challenge_types'

Additional Inherited Members

- Public Member Functions inherited from wowf.models.lookup_tables.Lookup
def __init__
def __unicode__
def create
def populate
def get_by_name
- Public Member Functions inherited from wowf.models.meta.Base
def __str__
def __repr__
def __unicode__
def get_by_id
def create
def delete
- Public Attributes inherited from wowf.models.lookup_tables.Lookup
 name

Detailed Description

Definition at line 60 of file lookup_tables.py.

Member Data Documentation

string wowf.models.lookup_tables.ChallengeType.__tablename__ = 'challenge_types'
staticprivate

Definition at line 62 of file lookup_tables.py.

tuple wowf.models.lookup_tables.ChallengeType.lookup_data
static
Initial value:
(
'speed', 'endurance', 'bench_press', 'squat')

Definition at line 63 of file lookup_tables.py.


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