Method: BatchKit::Task::Definition#:method_name=

Defined in:
lib/batch-kit/framework/task_definition.rb

#:method_name=(: method_name=(value)) ⇒ Object

The name of the method that performs the work for this task.



16
17
18
19
20
21
# File 'lib/batch-kit/framework/task_definition.rb', line 16

add_properties(
    # Properties defined by a task declaration
    :job, :method_name,
    # Properties defined by persistence layer
    :task_id
)