class Slack::HabitatSettings

Defined in:

slack.cr

Class Method Summary

Class Method Detail

def self.bot_scopes : Array(String) #

def self.bot_scopes=(value : Array(String)) #

def self.bot_scopes? #

Used for checking missing settings on non-nilable types It's advised to use bot_scopes in your apps to ensure the propper type is checked.


def self.client_id : String #

def self.client_id=(value : String) #

def self.client_id? #

Used for checking missing settings on non-nilable types It's advised to use client_id in your apps to ensure the propper type is checked.


def self.client_secret : String #

def self.client_secret=(value : String) #

def self.client_secret? #

Used for checking missing settings on non-nilable types It's advised to use client_secret in your apps to ensure the propper type is checked.


def self.signing_secret : String #

def self.signing_secret=(value : String) #

def self.signing_secret? #

Used for checking missing settings on non-nilable types It's advised to use signing_secret in your apps to ensure the propper type is checked.


def self.signing_secret_version : String #

def self.signing_secret_version=(value : String) #

def self.signing_secret_version? #

Used for checking missing settings on non-nilable types It's advised to use signing_secret_version in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values


def self.user_scopes : Array(String) #

def self.user_scopes=(value : Array(String)) #

def self.user_scopes? #

Used for checking missing settings on non-nilable types It's advised to use user_scopes in your apps to ensure the propper type is checked.


def self.webhook_delivery_time_limit : Time::Span #

def self.webhook_delivery_time_limit=(value : Time::Span) #

def self.webhook_delivery_time_limit? #

Used for checking missing settings on non-nilable types It's advised to use webhook_delivery_time_limit in your apps to ensure the propper type is checked.