Module
Dragonfly::Configurable::InstanceMethods
In:
lib/dragonfly/configurable.rb
Methods
add_child_configurable
config_methods
configuration
configure
configure_with
default_configuration
has_config_method?
set_config_value
set_if_unset
use_as_fallback_config
Attributes
fallback_configurable
[RW]
Public Instance methods
config_methods
()
configuration
()
configure
() {|ConfigurationProxy.new(self)| ...}
configure_with
(config, *args, &block)
default_configuration
()
has_config_method?
(method_name)
set_config_value
(key, value)
use_as_fallback_config
(other_configurable)
Protected Instance methods
add_child_configurable
(obj)
set_if_unset
(key, value)
[Validate]