Ejemplo n.º 1
0
 def get_action_taken_value(self):
     return get_option_value(TASK_STATE, self.action_taken)
Ejemplo n.º 2
0
 def get_priority_type(self):
     return get_option_value(PRIORITY, self.priority)
Ejemplo n.º 3
0
 def get_current_task_state_type(self):
     return get_option_value(TASK_STATE, self.current_task_state)
Ejemplo n.º 4
0
 def get_user_type(self):
     return get_option_value(USER_TYPE, self.user_type)