class BotPlatform::Channels::Web

Public Instance Methods

channel_id() click to toggle source
# File lib/bot_platform/channels/web.rb, line 7
def channel_id
  "web"
end
match_request(headers,body) click to toggle source
# File lib/bot_platform/channels/web.rb, line 11
def match_request(headers,body)
  false
end