Sha256: 00742f21b11a4dd82bfc598ff0be62a9cc616aa78a3227dc49c40ca9f22b5a2f

Contents?: true

Size: 347 Bytes

Versions: 44

Compression:

Stored size: 347 Bytes

Contents

# Helper class to create a custom `Config`
# @example 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
class Eco::API::Custom::Workflow < Eco::API::Common::Loaders::Workflow
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
eco-helpers-3.0.21 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.20 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.19 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.18 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.17 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.16 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.15 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.14 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.13 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.12 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.11 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.10 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.9 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.8 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.7 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.6 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.5 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.4 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.3 lib/eco/api/custom/workflow.rb
eco-helpers-3.0.2 lib/eco/api/custom/workflow.rb