Class: Cline::GlobalSettings
- Defined in:
- lib/cline/global_settings.rb
Overview
Global settings for Cline
Instance Attribute Summary
Attributes inherited from Schema
Public API collapse
-
#auto_update_enabled ⇒ Boolean
Flag indicating if automatic updates are enabled.
-
#disabled_tools ⇒ Array<String>
List of tools that are disabled.
-
#telemetry_opt_out ⇒ Boolean
Flag indicating if telemetry is opted out.
Methods inherited from Schema
#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash
Instance Method Details
#auto_update_enabled ⇒ Boolean
Returns Flag indicating if automatic updates are enabled.
9 |
# File 'lib/cline/global_settings.rb', line 9 attribute :auto_update_enabled, :boolean |
#disabled_tools ⇒ Array<String>
Returns List of tools that are disabled.
15 |
# File 'lib/cline/global_settings.rb', line 15 attribute :disabled_tools, Utils::Schema.collection(:string) |
#telemetry_opt_out ⇒ Boolean
Returns Flag indicating if telemetry is opted out.
12 |
# File 'lib/cline/global_settings.rb', line 12 attribute :telemetry_opt_out, :boolean |