Class: Toys::ToolDefinition::Settings

Inherits:
Settings
  • Object
show all
Defined in:
lib/toys/tool_definition.rb

Overview

Tool-based settings class.

The following settings are supported:

  • propagate_helper_methods (Boolean) - Whether subtools should inherit methods defined by parent tools. Defaults to false.

Constant Summary

Constants inherited from Settings

Settings::DEFAULT_TYPE, Settings::ILLEGAL_VALUE

Method Summary

Methods inherited from Settings

#initialize, #load_data!, #load_json!, #load_json_file!, #load_yaml!, #load_yaml_file!, settings_attr, settings_group

Constructor Details

This class inherits a constructor from Toys::Settings