Sha256: a864c606acf92545fb5c6ad300048371e7e6d0e6b006885314c02d619624ac1a
Contents?: true
Size: 255 Bytes
Versions: 13
Compression:
Stored size: 255 Bytes
Contents
module CurationConcerns module Workflow class DefaultWorkflowStrategy def initialize(_work, _attributes) end # @return [String] The name of the workflow to use def workflow_name 'default' end end end end
Version data entries
13 entries across 13 versions & 1 rubygems