struct Slack::Interactions::ViewSubmission

Defined in:

slack/interactions/view_submission.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Slack::Interaction

type : String type, type=(type : String) type=

Constructor methods inherited from struct Slack::Interaction

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def response_urls : JSON::Any #

[View source]
def response_urls=(response_urls : JSON::Any) #

[View source]
def team : JSON::Any #

[View source]
def team=(team : JSON::Any) #

[View source]
def user : JSON::Any #

[View source]
def user=(user : JSON::Any) #

[View source]
def view : JSON::Any #

[View source]
def view=(view : JSON::Any) #

[View source]