Class: NotifyMe::Task
- Inherits:
-
Object
- Object
- NotifyMe::Task
- Defined in:
- lib/notifyme/task.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#end_run_time ⇒ Object
Returns the value of attribute end_run_time.
-
#log_format ⇒ Object
Returns the value of attribute log_format.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#name ⇒ Object
Returns the value of attribute name.
-
#restart_command ⇒ Object
Returns the value of attribute restart_command.
-
#result ⇒ Object
Returns the value of attribute result.
-
#sleep_time ⇒ Object
Returns the value of attribute sleep_time.
-
#start_run_time ⇒ Object
Returns the value of attribute start_run_time.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def command @command end |
#end_run_time ⇒ Object
Returns the value of attribute end_run_time.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def end_run_time @end_run_time end |
#log_format ⇒ Object
Returns the value of attribute log_format.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def log_format @log_format end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def logger @logger end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def name @name end |
#restart_command ⇒ Object
Returns the value of attribute restart_command.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def restart_command @restart_command end |
#result ⇒ Object
Returns the value of attribute result.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def result @result end |
#sleep_time ⇒ Object
Returns the value of attribute sleep_time.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def sleep_time @sleep_time end |
#start_run_time ⇒ Object
Returns the value of attribute start_run_time.
3 4 5 |
# File 'lib/notifyme/task.rb', line 3 def start_run_time @start_run_time end |