Class: NotifyMe::Task

Inherits:
Object
  • Object
show all
Defined in:
lib/notifyme/task.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



3
4
5
# File 'lib/notifyme/task.rb', line 3

def command
  @command
end

#end_run_timeObject

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_formatObject

Returns the value of attribute log_format.



3
4
5
# File 'lib/notifyme/task.rb', line 3

def log_format
  @log_format
end

#loggerObject

Returns the value of attribute logger.



3
4
5
# File 'lib/notifyme/task.rb', line 3

def logger
  @logger
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/notifyme/task.rb', line 3

def name
  @name
end

#restart_commandObject

Returns the value of attribute restart_command.



3
4
5
# File 'lib/notifyme/task.rb', line 3

def restart_command
  @restart_command
end

#resultObject

Returns the value of attribute result.



3
4
5
# File 'lib/notifyme/task.rb', line 3

def result
  @result
end

#sleep_timeObject

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_timeObject

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