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

Public Member Functions

def user
 Return the currently logged in user.
def cache
 Return a beaker cache object for quick and dirty caching.

Private Attributes

 _cache

Detailed Description

Definition at line 12 of file requests.py.

Member Function Documentation

def wowf.lib.requests.RequestFactory.cache (   self)

Return a beaker cache object for quick and dirty caching.

Definition at line 27 of file requests.py.

def wowf.lib.requests.RequestFactory.user (   self)

Return the currently logged in user.

Definition at line 19 of file requests.py.

Member Data Documentation

wowf.lib.requests.RequestFactory._cache
private

Definition at line 29 of file requests.py.


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