googlevoice::conf::Config Class Reference
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.
Member Function Documentation
def googlevoice::conf::Config::__init__ |
( |
|
self |
) |
|
def googlevoice::conf::Config::get |
( |
|
self, |
|
|
|
option, |
|
|
|
section = 'gvoice' | |
|
) |
| | |
def googlevoice::conf::Config::phoneType |
( |
|
self |
) |
|
def googlevoice::conf::Config::save |
( |
|
self |
) |
|
def googlevoice::conf::Config::set |
( |
|
self, |
|
|
|
option, |
|
|
|
value, |
|
|
|
section = 'gvoice' | |
|
) |
| | |
Member Data Documentation
Property Documentation
googlevoice::conf::Config::email = property(lambda self: self.get('email','auth')) [static] |
googlevoice::conf::Config::forwardingNumber = property(lambda self: self.get('forwardingNumber')) [static] |
googlevoice::conf::Config::password = property(lambda self: self.get('password','auth')) [static] |
googlevoice::conf::Config::phoneType = property(phoneType) [static] |
googlevoice::conf::Config::secret = property(lambda self: self.get('secret')) [static] |
The documentation for this class was generated from the following file: