class Repp::HeartfulSlack::MessageReceive
Public Instance Methods
bot=(switch)
click to toggle source
# File lib/repp/heartful_slack/message_receive.rb, line 12 def bot=(switch) @is_bot = switch end
bot?()
click to toggle source
# File lib/repp/heartful_slack/message_receive.rb, line 8 def bot? !!@is_bot end