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
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
github
Sourcegithub=(github : PluginConfig | Nil)
Sourcesqlite
Sourcesqlite=(sqlite : PluginConfig | Nil)
Sourceweather
Sourceweather=(weather : PluginConfig | Nil)
Source