class Slack::HabitatSettings
- Slack::HabitatSettings
- Reference
- Object
Defined in:
slack.crClass Method Summary
- .bot_scopes : Array(String)
- .bot_scopes=(value : Array(String))
-
.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.
- .client_id : String
- .client_id=(value : String)
-
.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.
- .client_secret : String
- .client_secret=(value : String)
-
.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.
- .signing_secret : String
- .signing_secret=(value : String)
-
.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.
- .signing_secret_version : String
- .signing_secret_version=(value : String)
-
.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.
-
.to_h
Generates a hash using the provided values
- .user_scopes : Array(String)
- .user_scopes=(value : Array(String))
-
.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.
- .webhook_delivery_time_limit : Time::Span
- .webhook_delivery_time_limit=(value : Time::Span)
-
.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.
Class Method Detail
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.
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.
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.
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.
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.
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.
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.