Method: OFlow::Task#inputs

Defined in:
lib/oflow/task.rb

#inputsObject

The expected inputs the Task supports or nil if not implemented.



338
339
340
# File 'lib/oflow/task.rb', line 338

def inputs()
  @actor.inputs()
end