module Slack::RealTime::Api::MessageId
Private Instance Methods
next_id()
click to toggle source
# File lib/slack/real_time/api/message_id.rb, line 7 def next_id @next_id ||= 0 @next_id += 1 end
# File lib/slack/real_time/api/message_id.rb, line 7 def next_id @next_id ||= 0 @next_id += 1 end