Class: Slack::API::Users

Inherits:
Base
  • Object
show all
Defined in:
lib/slack/api/users.rb

Instance Attribute Summary

Attributes inherited from Base

#default_args

Instance Method Summary collapse

Methods inherited from Base

#get, #initialize

Constructor Details

This class inherits a constructor from Slack::API::Base

Instance Method Details

#list(args = {}) ⇒ Object



4
5
6
# File 'lib/slack/api/users.rb', line 4

def list(args = {})
  get('users.list', args)
end