Sha256: 1e5e3d353d20476925686897b3c1d989af52d0c364519646761e80da27209859
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake <% files.sort.each do |f| %> require_relative 'endpoints/<%= f %>' <% end %> module Slack module Web module Api module Endpoints include Slack::Web::Api::Mixins::Conversations include Slack::Web::Api::Mixins::Channels include Slack::Web::Api::Mixins::Users include Slack::Web::Api::Mixins::Groups <% files.sort.each do |f| %> include <%= f.camelize %> <% end %> end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.17.0 | lib/slack/web/api/templates/endpoints.erb |
slack-ruby-client-0.16.0 | lib/slack/web/api/templates/endpoints.erb |