Module indiclient :: Class indipermissions
[show private | hide private]
[frames | no frames]

Class indipermissions


The indi read/write permissions.
Method Summary
  __init__(self, perm)
StringType get_text(self)
Return a string representing the permissions described by this object
BooleanType is_readable(self)
Return True is the object is readable, False otherwise
BooleanType is_writeable(self)
Return True is the object is writable, False otherwise

Instance Variable Summary
StringType perm: The users read/write permissions for the vector possible values are:

Method Details

__init__(self, perm)
(Constructor)

Parameters:
perm - The users read/write permissions for the vector possible values are:
  • ro (Read Only )
  • wo (Write Only)
  • rw (Read/Write)

           (type=StringType)

get_text(self)

Returns:
a string representing the permissions described by this object
           (type=StringType)

is_readable(self)

Returns:
True is the object is readable, False otherwise
           (type=BooleanType)

is_writeable(self)

Returns:
True is the object is writable, False otherwise
           (type=BooleanType)

Instance Variable Details

perm

The users read/write permissions for the vector possible values are:
  • ro (Read Only )
  • wo (Write Only)
  • rw (Read/Write)
Type:
StringType

Generated by Epydoc 2.1 on Sat Sep 10 10:26:04 2005 http://epydoc.sf.net