lib/slack/web/api/endpoints/team.rb in slack-ruby-client-0.7.7 vs lib/slack/web/api/endpoints/team.rb in slack-ruby-client-0.7.8
- old
+ new
@@ -6,9 +6,11 @@
module Endpoints
module Team
#
# This method is used to get the access logs for users on a team.
#
+ # @option options [Object] :before
+ # End of time range of logs to include in results (inclusive).
# @see https://api.slack.com/methods/team.accessLogs
# @see https://github.com/dblock/slack-api-ref/blob/master/methods/team/team.accessLogs.json
def team_accessLogs(options = {})
post('team.accessLogs', options)
end