Public Member Functions | Public Attributes | Properties
googlevoice.conf.Config Class Reference
Inheritance diagram for googlevoice.conf.Config:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def get
def phoneType
def save
def set

Public Attributes

 fname

Properties

 email = property(lambda self: self.get('email','auth'))
 forwardingNumber = property(lambda self: self.get('forwardingNumber'))
 password = property(lambda self: self.get('password','auth'))
 phoneType = property(phoneType)
 secret = property(lambda self: self.get('secret'))

Detailed Description

``ConfigParser`` subclass that looks into your home folder for a file named
``.gvoice`` and parses configuration data from it.

Definition at line 6 of file conf.py.


Constructor & Destructor Documentation

Definition at line 11 of file conf.py.


Member Function Documentation

def googlevoice.conf.Config.get (   self,
  option,
  section = 'gvoice' 
)

Definition at line 28 of file conf.py.

Definition at line 37 of file conf.py.

Definition at line 43 of file conf.py.

def googlevoice.conf.Config.set (   self,
  option,
  value,
  section = 'gvoice' 
)

Definition at line 34 of file conf.py.


Member Data Documentation

Definition at line 11 of file conf.py.


Property Documentation

googlevoice::conf.Config::email = property(lambda self: self.get('email','auth')) [static]

Definition at line 51 of file conf.py.

Definition at line 50 of file conf.py.

googlevoice::conf.Config::password = property(lambda self: self.get('password','auth')) [static]

Definition at line 52 of file conf.py.

Definition at line 49 of file conf.py.

Definition at line 53 of file conf.py.


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


continuous_ops_alerts
Author(s): Eitan Marder-Eppstein
autogenerated on Fri Dec 6 2013 19:59:13