Module: Fig::Command::Action::Role::ListAllConfigs
- Included in:
- ListDependencies::AllConfigs, ListDependencies::GraphvizAllConfigs, ListDependencies::JSONAllConfigs, ListDependencies::TreeAllConfigs, ListDependencies::YAMLAllConfigs, ListVariables::AllConfigs, ListVariables::GraphvizAllConfigs, ListVariables::JSONAllConfigs, ListVariables::TreeAllConfigs, ListVariables::YAMLAllConfigs
- Defined in:
- lib/fig/command/action/role/list_all_configs.rb
Instance Method Summary collapse
Instance Method Details
#base_display_config_names ⇒ Object
13 14 15 |
# File 'lib/fig/command/action/role/list_all_configs.rb', line 13 def base_display_config_names() return @execution_context.base_package.config_names end |
#list_all_configs? ⇒ Boolean
9 10 11 |
# File 'lib/fig/command/action/role/list_all_configs.rb', line 9 def list_all_configs? return true end |