struct ACP::Protocol::CancelledPermissionOutcome

Overview

The outcome when the prompt turn was cancelled.

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 #

[View source]

Instance Method Detail

def outcome : String #

Must be "cancelled".


[View source]
def outcome=(outcome : String) #

Must be "cancelled".


[View source]