Sha256: fecd8faf6c8215b3ac95e0304afdbe0ea56b12cfb29c51098291d5ff1fa07c3c

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 Bytes

Contents

# This file was auto-generated by lib/slack/web/api/tasks/generate.rake

module Slack
  module Web
    module Api
      module Endpoints
        module Rtm
          #
          # Starts a Real Time Messaging session.
          #
          # @see https://api.slack.com/methods/rtm.start
          # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/rtm.start.md
          # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/rtm.start.json
          def rtm_start(options = {})
            post('rtm.start', options)
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slack-ruby-client-0.2.1 lib/slack/web/api/endpoints/rtm.rb
slack-ruby-client-0.2.0 lib/slack/web/api/endpoints/rtm.rb
slack-ruby-client-0.1.0 lib/slack/web/api/endpoints/rtm.rb