Class: BotMob::Networks::Roaming::InboundMessage
- Inherits:
-
InboundMessage
- Object
- InboundMessage
- BotMob::Networks::Roaming::InboundMessage
- Defined in:
- lib/bot_mob/networks/roaming/inbound_message.rb
Overview
# BotMob::InboundMessage
Structured data provided to a bot without a connected network
Instance Attribute Summary
Attributes inherited from InboundMessage
Instance Method Summary collapse
-
#initialize(**options) ⇒ InboundMessage
constructor
A new instance of InboundMessage.
Methods inherited from InboundMessage
default_network, default_user_name, #human?, message_attributes, message_attrs, #params, prepare
Constructor Details
#initialize(**options) ⇒ InboundMessage
Returns a new instance of InboundMessage.
8 9 10 11 |
# File 'lib/bot_mob/networks/roaming/inbound_message.rb', line 8 def initialize(**) @network = :roaming super end |