struct
ACP::Protocol::SelectedPermissionOutcome
- ACP::Protocol::SelectedPermissionOutcome
- Struct
- Value
- Object
Overview
The outcome when the user selected one of the provided options.
Included Modules
- JSON::Serializable
Defined in:
acp/protocol/types.crConstructors
Instance Method Summary
-
#meta : Hash(String, JSON::Any) | Nil
Extension metadata.
-
#meta=(meta : Hash(String, JSON::Any) | Nil)
Extension metadata.
-
#option_id : String
The ID of the option the user selected (required).
-
#option_id=(option_id : String)
The ID of the option the user selected (required).
-
#outcome : String
Must be "selected".
-
#outcome=(outcome : String)
Must be "selected".