TwiceAsNice  2019-02-18
Public Member Functions | Public Attributes | List of all members
indiclient.indipermissions Class Reference
Collaboration diagram for indiclient.indipermissions:
Collaboration graph

Public Member Functions

def __init__ (self, perm)
 
def is_readable (self)
 
def is_writeable (self)
 
def get_text (self)
 

Public Attributes

 perm
 

Detailed Description

The indi read/write permissions.
@ivar perm : The users read/write permissions for the  vector possible values are:
    - C{ro} (Read Only )
    - C{wo} (Write Only)
    - C{rw} (Read/Write)
@type perm : StringType

Constructor & Destructor Documentation

◆ __init__()

def indiclient.indipermissions.__init__ (   self,
  perm 
)
@param perm : The users read/write permissions for the  vector possible values are:
    - C{ro} (Read Only )
    - C{wo} (Write Only)
    - C{rw} (Read/Write)
@type perm : StringType

Member Function Documentation

◆ get_text()

def indiclient.indipermissions.get_text (   self)
@return: a string representing the permissions described by this object
@rtype: StringType

◆ is_readable()

def indiclient.indipermissions.is_readable (   self)
@return: C{True} is the object is readable, C{False} otherwise
@rtype: BooleanType

◆ is_writeable()

def indiclient.indipermissions.is_writeable (   self)
@return: C{True} is the object is writable, C{False} otherwise
@rtype: BooleanType

Member Data Documentation

◆ perm

indiclient.indipermissions.perm

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