class Slack::AuthHandler::HabitatSettings
- Slack::AuthHandler::HabitatSettings
- Reference
- Object
Defined in:
slack/oauth/auth_handler.crClass Method Summary
- .oauth_redirect_url : String
- .oauth_redirect_url=(value : String)
-
.oauth_redirect_url?
Used for checking missing settings on non-nilable types It's advised to use oauth_redirect_url in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.oauth_redirect_url?
#
Used for checking missing settings on non-nilable types It's advised to use oauth_redirect_url in your apps to ensure the propper type is checked.