Sha256: d3ed7c00edca235d49b27bde18489c39a58765b35b4c46baa68f0a3ee8c34b5c

Contents?: true

Size: 983 Bytes

Versions: 20

Compression:

Stored size: 983 Bytes

Contents

require "govuk_content_models/action_processors/base_processor"
Dir[File.join(File.dirname(__FILE__), 'action_processors', '*.rb')].each { |f| require f }

module GovukContentModels
  module ActionProcessors
    REQUEST_TYPE_TO_PROCESSOR = {
      assign: 'AssignProcessor',
      create: 'CreateEditionProcessor',
      request_review: 'RequestReviewProcessor',
      approve_review: 'ApproveReviewProcessor',
      send_fact_check: 'SendFactCheckProcessor',
      receive_fact_check: 'ReceiveFactCheckProcessor',
      approve_fact_check: 'ApproveFactCheckProcessor',
      skip_fact_check: 'SkipFactCheckProcessor',
      request_amendments: 'RequestAmendmentsProcessor',
      schedule_for_publishing: 'ScheduleForPublishingProcessor',
      cancel_scheduled_publishing: 'CancelScheduledPublishingProcessor',
      publish: 'PublishProcessor',
      archive: 'ArchiveProcessor',
      new_version: 'NewVersionProcessor',
      skip_review: 'SkipReviewProcessor',
    }
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
govuk_content_models-47.0.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-46.0.1 lib/govuk_content_models/action_processors.rb
govuk_content_models-46.0.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-45.0.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-44.4.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-44.3.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-44.2.1 lib/govuk_content_models/action_processors.rb
govuk_content_models-44.2.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-44.1.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-44.0.1 lib/govuk_content_models/action_processors.rb
govuk_content_models-44.0.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-43.2.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-43.1.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-43.0.1 lib/govuk_content_models/action_processors.rb
govuk_content_models-43.0.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-42.1.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-42.0.1 lib/govuk_content_models/action_processors.rb
govuk_content_models-42.0.0 lib/govuk_content_models/action_processors.rb
govuk_content_models-41.1.1 lib/govuk_content_models/action_processors.rb
govuk_content_models-41.1.0 lib/govuk_content_models/action_processors.rb