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

Method Summary

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

active_enviro, cli, config, config_block

Methods included from Eco::API::Common::ClassHelpers

#class_resolver, #descendants, #descendants?, #inheritable_attrs, #inheritable_class_vars, #inherited, #instance_variable_name, #new_class, #resolve_class, #to_constant

Methods included from Language::Methods::DelegateMissing

#delegate_missing_to, #method_missing, #respond_to_missing?