Sha256: e9443b869a8fe8b05937bdaa897e64341660dd7d21af520c19046f9b69e1638d

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

# This file was auto-generated by lib/tasks/real_time.rake

# module Slack
#   module RealTime
#     module EventHandlers
#       module DndUpdated
#         # Do not Disturb settings changed for the current user.
#         # @see https://api.slack.com/events/dnd_updated
#         # @see https://github.com/dblock/slack-api-ref/blob/master/events/dnd_updated.json
#         def self.call(_client, _data)
#           # TODO
#         end
#       end
#     end
#   end
# end
#
# Slack::RealTime::Client.events['dnd_updated'] = Slack::RealTime::EventHandlers::DndUpdated

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-client-0.6.0 lib/slack/real_time/event_handlers/dnd_updated.rb