struct ACP::Protocol::SessionSetConfigOptionResult

Overview

Result of the session/set_config_option method (Agent → Client). The response always contains the complete configuration state.

Included Modules

Defined in:

acp/protocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(config_options : Array(ConfigOption) = [] of ConfigOption, meta : Hash(String, JSON::Any) | Nil = nil) #

[View source]

Instance Method Detail

def config_options : Array(ConfigOption) #

The full set of configuration options and their current values (required).


[View source]
def config_options=(config_options : Array(ConfigOption)) #

The full set of configuration options and their current values (required).


[View source]
def meta : Hash(String, JSON::Any) | Nil #

Extension metadata.


[View source]
def meta=(meta : Hash(String, JSON::Any) | Nil) #

Extension metadata.


[View source]