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

Macros inherited from module Slack::InitializerMacros

generate_initializer generate_initializer, inherit_assigns inherit_assigns, properties_with_initializer(*type_declarations) properties_with_initializer, setup_initializer_hook setup_initializer_hook

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) #