Class: Cline::GlobalState::Features::FocusChainSettings

Inherits:
Schema
  • Object
show all
Defined in:
lib/cline/global_state/features.rb

Overview

Focus chain feature settings

Instance Attribute Summary

Attributes inherited from Schema

#extra_attributes

Public API collapse

Methods inherited from Schema

#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash

Instance Method Details

#enabledBoolean

Returns Focus chain enabled flag.

Returns:

  • (Boolean)

    Focus chain enabled flag



10
# File 'lib/cline/global_state/features.rb', line 10

attribute :enabled, :boolean

#remind_cline_intervalInteger

Returns Reminder interval in messages.

Returns:

  • (Integer)

    Reminder interval in messages



13
# File 'lib/cline/global_state/features.rb', line 13

attribute :remind_cline_interval, :integer