class Slack::Api::ViewsOpen

Defined in:

slack/api/endpoints/views_open.cr

Constant Summary

ASSIGNED_TYPES = [] of TypeDeclaration

Constructors

Instance Method Summary

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

base_url base_url, call : Slack::Model call, content_type : ContentTypes content_type, headers headers, token token

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

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def base_url #

[View source]

[View source]
def content_type : ContentTypes #

[View source]
def token : String #

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

[View source]
def trigger_id : String #

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

[View source]
def view : Slack::UI::Modal #

[View source]
def view=(view : Slack::UI::Modal) #

[View source]