Package soovee_app :: Package conf :: Class Serviceconf
[frames] | no frames]

Class Serviceconf

object --+
         |
        Serviceconf

Common and Service related attributes for SooVee. Run time attributes are common and service modules from the soovee.conf package. Possible service modules to load can be determined with serviceConf.List().


Requires: os

Instance Methods
indetermined
__getattr__(self, name)
Check for passed attribute name in stored service and common modules.
None
__init__(self, service)
Load the run time attributes for SooVee from soovee.conf package modules common and passed service value.
list
list(self)
Check for passed attribute name in stored service and common modules.

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

Properties

Inherited from object: __class__

Method Details

__getattr__(self, name)
(Qualification operator)

 

Check for passed attribute name in stored service and common modules.

Parameters:
  • name (basestring) - Name of a runtime attribute.
Returns: indetermined
value of runtime attribute.

__init__(self, service)
(Constructor)

 

Load the run time attributes for SooVee from soovee.conf package modules common and passed service value.

Parameters:
  • service (basestring) - Name of service module to get runtime attributes.
Returns: None
Overrides: object.__init__

list(self)

 

Check for passed attribute name in stored service and common modules.

Returns: list
Service modules available.