Class: BotMob::Networks::Roaming::OutboundMessage
- Inherits:
-
OutboundMessage
- Object
- OutboundMessage
- BotMob::Networks::Roaming::OutboundMessage
- Defined in:
- lib/bot_mob/networks/roaming/outbound_message.rb
Overview
# BotMob::Networks::Roaming::OutboundMessage
Formatted message for default :roaming delivery
Instance Attribute Summary
Attributes inherited from OutboundMessage
Instance Method Summary collapse
-
#initialize(**options) ⇒ OutboundMessage
constructor
A new instance of OutboundMessage.
Methods inherited from OutboundMessage
Constructor Details
#initialize(**options) ⇒ OutboundMessage
Returns a new instance of OutboundMessage.
8 9 10 11 |
# File 'lib/bot_mob/networks/roaming/outbound_message.rb', line 8 def initialize(**) @network = :roaming super end |