Package amplee :: Package atompub :: Module workspace :: Class AtomPubWorkspace
[hide private]
[frames] | no frames]

Class AtomPubWorkspace

source code

object --+
         |
        AtomPubWorkspace

Instance Methods [hide private]
  __init__(self, service, name_or_id, title)
...
  to_workspace(self, prefix=ATOMPUB_PREFIX, namespace=ATOMPUB_NS)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]
  workspace

Inherited from object: __class__


Method Details [hide private]

__init__(self, service, name_or_id, title)
(Constructor)

source code 

APP workspace entity

A workspace is a

Keyword arguments:
service -- the amplee.atompub.service.AtomPubService instance holding
this workspace instance
name_or_id -- reference to the workspace
title -- human readable label of this workspace

Overrides: object.__init__

to_workspace(self, prefix=ATOMPUB_PREFIX, namespace=ATOMPUB_NS)

source code 
None

Property Details [hide private]

workspace

None
Get Method:
amplee.atompub.workspace.AtomPubWorkspace.to_workspace(self, prefix=ATOMPUB_PREFIX, namespace=ATOMPUB_NS)
Set Method:
None                                                                  
Delete Method:
None