Class: Eco::API::Custom::Config

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

Overview

Helper class to create a custom Config

Examples:

Example of usage:

class Custom::Config::BatchPolicies < Eco::API::Custom::Config
  batch_policies do
    create.max = 5
    update.max = 20
  end
end