Class: RailsTasker::Task::StatusService
- Inherits:
-
Object
- Object
- RailsTasker::Task::StatusService
- 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
Instance Method Details
#call ⇒ Object
14 15 16 |
# File 'lib/rails_tasker/services/task/status_service.rb', line 14 def call tp(tasks, *COLUMNS) end |