Class: SlackChatter::Api::Team
- Defined in:
- lib/slack_chatter/api/team.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#bool_as_i, #call_method, #channel_id_or_name, #initialize
Constructor Details
This class inherits a constructor from SlackChatter::Api::Base
Instance Method Details
#access_logs(opts = {}) ⇒ Object
5 6 7 |
# File 'lib/slack_chatter/api/team.rb', line 5 def access_logs opts={} call_method("team", "accessLogs", opts) end |
#info ⇒ Object
9 10 11 |
# File 'lib/slack_chatter/api/team.rb', line 9 def info call_method("team", "info", {}) end |