struct Slack::UrlVerification

Included Modules

Defined in:

slack/events/url_verification.cr

Constant Summary

ASSIGNED_TYPES = [challenge : String, token : String, type : String] of TypeDeclaration

Constructors

Instance Method Summary

Constructor Detail

def self.new(challenge : String, token : String, type : String) #

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

[View source]

Instance Method Detail

def challenge : String #

def challenge=(challenge : String) #

def response #

[View source]
def token : String #

def token=(token : String) #

def type : String #

def type=(type : String) #