struct Slack::Models::AppsManifestUpdate::Error

Defined in:

slack/models/api_responses/apps_manifest_update/error.cr

Constant Summary

ASSIGNED_TYPES = [error : String, errors : JSON::Any | ::Nil, ok : Bool] of TypeDeclaration

Constructors

Instance Method Summary

Constructor methods inherited from struct Slack::Models::AppsManifestUpdateResponse

new(pull : JSON::PullParser) new

Class methods inherited from struct Slack::Models::AppsManifestUpdateResponse

from_json(json : String | IO) from_json

Constructor methods inherited from struct Slack::Model

new(pull : JSON::PullParser) new

Class methods inherited from struct Slack::Model

keyed_json_object(json : String | IO, find_key : String, &)
keyed_json_object(json : String | IO, find_key : String)
keyed_json_object

Constructor Detail

def self.new(error : String, ok : Bool, errors : JSON::Any | Nil = nil) #

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

[View source]

Instance Method Detail

def error : String #

def error=(error : String) #

def errors : JSON::Any | Nil #

def errors=(errors : JSON::Any | Nil) #

def ok : Bool #

def ok=(ok : Bool) #