Package Products :: Package ZenReports :: Module ReportMail :: Class ReportMail
[hide private]
[frames] | no frames]

Class ReportMail

source code

                      object --+        
                               |        
        ZenUtils.CmdBase.CmdBase --+    
                                   |    
ZenUtils.ZenScriptBase.ZenScriptBase --+
                                       |
                                      ReportMail

Instance Methods [hide private]
 
run(self)
Fetch a report by URL and post as a mime encoded email
source code
 
buildOptions(self)
basic options setup sub classes can add more options here
source code

Inherited from ZenUtils.ZenScriptBase.ZenScriptBase: __init__, closeAll, closedb, connect, findDevice, getConnection, getDataRoot, getDmdObj, login, logout, opendb, syncdb

Inherited from ZenUtils.CmdBase.CmdBase: buildParser, checkLogpath, generate_configs, generate_xml_configs, generate_xml_table, getConfigFileDefaults, parseOptions, pretty_print_config_comment, setupLogging

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

Class Variables [hide private]

Inherited from ZenUtils.CmdBase.CmdBase: doesLogging

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

buildOptions(self)

source code 
basic options setup sub classes can add more options here
Overrides: ZenUtils.ZenScriptBase.ZenScriptBase.buildOptions
(inherited documentation)