Package linspector :: Package lib :: Package tasks :: Module sms :: Class SmsTask
[hide private]
[frames] | no frames]

Class SmsTask

source code

task.Task --+
            |
           SmsTask

Instance Methods [hide private]
 
__init__(self, **kwargs) source code
 
execute_task(self, msg)
this is the method tasks usually override.
source code

Inherited from task.Task: get_task_type, set_task_type

Inherited from task.Task (private): _execute

Method Details [hide private]

execute_task(self, msg)

source code 

this is the method tasks usually override. 
It gets called anytime the task should get executed

default does nothing

params:
    msg: the msg for this task

Overrides: task.Task.execute_task
(inherited documentation)