struct Slack::Models::ViewsOpen

Defined in:

slack/models/views/views_open.cr

Constant Summary

ASSIGNED_TYPES = [ok : Bool, view : JSON::Any] of TypeDeclaration

Constructors

Instance Method Summary

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(ok : Bool, view : JSON::Any) #

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

[View source]

Instance Method Detail

def ok : Bool #

def ok=(ok : Bool) #

def view : JSON::Any #

def view=(view : JSON::Any) #