Class: BotMob::Networks::Roaming::OutboundMessage

Inherits:
OutboundMessage show all
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

#body, #inbound, #network

Instance Method Summary collapse

Methods inherited from OutboundMessage

prepare

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(**options)
  @network = :roaming
  super
end