Class: WorkflowInstanceBatch

Inherits:
ApplicationRecord show all
Includes:
Dunlop::WorkflowInstanceBatchModel
Defined in:
lib/generators/dunlop/install/workflow/templates/models/workflow_instance_batch.rb

Defined Under Namespace

Classes: ShowCsvBuilder

Instance Method Summary collapse

Methods included from Dunlop::WorkflowInstanceBatchModel

#workflow_instance_class, #workflow_step_map

Methods inherited from ApplicationRecord

truncate

Instance Method Details

#presentation_nameObject



4
5
6
# File 'lib/generators/dunlop/install/workflow/templates/models/workflow_instance_batch.rb', line 4

def presentation_name
  name
end