Class: Taski::Execution::FiberProtocol::NeedDep

Inherits:
Data
  • Object
show all
Defined in:
lib/taski/execution/fiber_protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject (readonly)

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



8
9
10
# File 'lib/taski/execution/fiber_protocol.rb', line 8

def method
  @method
end

#task_classObject (readonly)

Returns the value of attribute task_class

Returns:

  • (Object)

    the current value of task_class



8
9
10
# File 'lib/taski/execution/fiber_protocol.rb', line 8

def task_class
  @task_class
end