Module: UatActions::Shared::SupplierHelper

Extended by:
ActiveSupport::Concern
Included in:
GenerateSampleManifest
Defined in:
app/uat_actions/uat_actions/shared/supplier_helper.rb

Overview

This module provides helper methods for handling suppliers within UAT actions. If a supplier_name is provided, it will validate that the supplier exists. If no supplier_name is provided, it will use the default supplier.

Examples:

Including the SupplierHelper module

class SomeUatActionClass
  include UatActions::SupplierHelper
end

Constant Summary collapse

ERROR_SUPPLIER_DOES_NOT_EXIST =
'Supplier %s does not exist.'