Class: RailsTasker::Task::StatusService

Inherits:
Object
  • Object
show all
Includes:
Serviceable
Defined in:
lib/rails_tasker/services/task/status_service.rb

Constant Summary collapse

COLUMNS =
%w[status timestamp task_name].freeze

Instance Method Summary collapse

Methods included from Serviceable

included

Instance Method Details

#callObject



14
15
16
# File 'lib/rails_tasker/services/task/status_service.rb', line 14

def call
  tp(tasks, *COLUMNS)
end