class Repp::HeartfulSlack::EventReceive

Public Instance Methods

body() click to toggle source
# File lib/repp/heartful_slack/event_receive.rb, line 8
def body
  type.to_s
end
reply_to() click to toggle source
# File lib/repp/heartful_slack/event_receive.rb, line 12
def reply_to
  []
end