class

Autobot::Config::PluginsConfig

Inherits YAML::Serializable < Reference < Object

Top-level plugins configuration. Builtin plugins are enabled by default. Users can opt out by setting enabled: false.

plugins: sqlite: enabled: true github: enabled: false

Constructors

new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

enabled?(name : String) : Bool

Returns true if the named plugin is enabled (default: true).

Source
github
Source
github=(github : PluginConfig | Nil)
Source
sqlite
Source
sqlite=(sqlite : PluginConfig | Nil)
Source
weather
Source
weather=(weather : PluginConfig | Nil)
Source