Class: Qonfig::Commands::Base Private
- Inherits:
-
Object
- Object
- Qonfig::Commands::Base
- Defined in:
- lib/qonfig/commands/base.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Definition::AddNestedOption, Definition::AddOption, Definition::Compose, Definition::ExposeJSON, Definition::ExposeSelf, Definition::ExposeYAML, Definition::LoadFromENV, Definition::LoadFromJSON, Definition::LoadFromSelf, Definition::LoadFromYAML, ExposeTOML, Instantiation::ValuesFile, LoadFromTOML
Instance Method Summary collapse
- #call(data_set, settings) ⇒ void private
Instance Method Details
#call(data_set, settings) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
12 |
# File 'lib/qonfig/commands/base.rb', line 12 def call(data_set, settings); end |