struct Slack::Api::ViewsOpen

Defined in:

slack/api/endpoints/views_open.cr

Constant Summary

ASSIGNED_TYPES = [token : String, trigger_id : String, view : Slack::UI::Modal] of TypeDeclaration

Constructors

Instance Method Summary

Instance methods inherited from struct Slack::Api::Base

call : Slack::Model call, content_type : ContentTypes content_type, headers headers, request_url : String request_url, result : HTTP::Client::Response result, token : String token, token=(token : String) token=

Constructor methods inherited from struct Slack::Api::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(token : String, trigger_id : String, view : Slack::UI::Modal) #

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

[View source]

Instance Method Detail


[View source]
def content_type : ContentTypes #

[View source]
def request_url : String #

[View source]
def result : HTTP::Client::Response #

[View source]
def trigger_id : String #

def trigger_id=(trigger_id : String) #

def view : Slack::UI::Modal #

def view=(view : Slack::UI::Modal) #