Commander::PluginRuntimeResponse
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(ok : Bool, status_text : String | Nil = nil, error : String | Nil = nil, actions : Array(PluginRuntimeAction) = [] of PluginRuntimeAction)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
actions
Sourceerror
Sourceok
Sourcestatus_text
Source