Module: Slack::Web::Api::Endpoints::UsersPrefs
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/users_prefs.rb
Instance Method Summary collapse
-
#users_prefs_get(options = {}) ⇒ Object
Returns the user’s preferences (undocumented).
Instance Method Details
#users_prefs_get(options = {}) ⇒ Object
Returns the user’s preferences (undocumented)
13 14 15 16 |
# File 'lib/slack/web/api/endpoints/users_prefs.rb', line 13 def users_prefs_get( = {}) logger.warn('The users.prefs.get method is undocumented.') post('users.prefs.get', ) end |