Class: Eco::API::Custom::Workflow

Inherits:
Eco::API::Common::Loaders::Workflow show all
Defined in:
lib/eco/api/custom/workflow.rb

Overview

Helper class to create a custom Config

Examples:

Example of usage:

class Custom::Config::DefaultOptions < Eco::API::Custom::Workflow
  after(:options) do
    options.deep_merge!(send_invites: false) unless options.dig(:send_invites)
  end
end

Method Summary

Methods inherited from Eco::API::Common::Loaders::Workflow

workflow