Class: BotPlatform::Channels::Web
- Inherits:
-
Object
- Object
- BotPlatform::Channels::Web
show all
- Includes:
- Base
- Defined in:
- lib/bot_platform/channels/web.rb
Instance Method Summary
collapse
Methods included from Base
#as_command, #send_activity
Instance Method Details
#channel_id ⇒ Object
7
8
9
|
# File 'lib/bot_platform/channels/web.rb', line 7
def channel_id
"web"
end
|
#match_request(headers, body) ⇒ Object
11
12
13
|
# File 'lib/bot_platform/channels/web.rb', line 11
def match_request(,body)
false
end
|