Class: Dry::Plugins::Config
- Inherits:
-
Configurable::Config
- Object
- Configurable::Config
- Dry::Plugins::Config
- Defined in:
- lib/dry/plugins/config.rb
Overview
Global configuration of Dry::Plugins
Constant names collapse
-
#class_interface_name ⇒ Symbol
Name of the module that will be used as a class extension when plug-in is included.
-
#configure_method ⇒ Symbol
Name of the method that will be used for configuration when Host::DSL#use called with block.
-
#load_dependencies_method ⇒ Symbol
Name of the method that will be used for loading dependencies when Host::DSL#use called.
-
#plugins_module_name ⇒ Symbol
Name of the module that will be used for plug-ins.
-
#registry_class_name ⇒ Symbol
Name of the class that will be used for plug-ins registry.
- #registry_method ⇒ Symbol
Instance Attribute Details
#class_interface_name ⇒ Symbol
Name of the module that will be used as a class extension when plug-in is included
39 40 |
# File 'lib/dry/plugins/config.rb', line 39 class Config < Dry::Configurable::Config end |
#configure_method ⇒ Symbol
Name of the method that will be used for configuration when Host::DSL#use called with block
39 40 |
# File 'lib/dry/plugins/config.rb', line 39 class Config < Dry::Configurable::Config end |
#load_dependencies_method ⇒ Symbol
Name of the method that will be used for loading dependencies when Host::DSL#use called
39 40 |
# File 'lib/dry/plugins/config.rb', line 39 class Config < Dry::Configurable::Config end |
#plugins_module_name ⇒ Symbol
Name of the module that will be used for plug-ins
39 40 |
# File 'lib/dry/plugins/config.rb', line 39 class Config < Dry::Configurable::Config end |