Class: Cline::GlobalState::Features::FocusChainSettings
- Inherits:
-
Schema
- Object
- Shale::Mapper
- Schema
- Cline::GlobalState::Features::FocusChainSettings
- Defined in:
- lib/cline/global_state/features.rb
Overview
Focus chain feature settings
Instance Attribute Summary
Attributes inherited from Schema
Public API collapse
-
#enabled ⇒ Boolean
Focus chain enabled flag.
-
#remind_cline_interval ⇒ Integer
Reminder interval in messages.
Methods inherited from Schema
#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash
Instance Method Details
#enabled ⇒ Boolean
Returns Focus chain enabled flag.
10 |
# File 'lib/cline/global_state/features.rb', line 10 attribute :enabled, :boolean |
#remind_cline_interval ⇒ Integer
Returns Reminder interval in messages.
13 |
# File 'lib/cline/global_state/features.rb', line 13 attribute :remind_cline_interval, :integer |