class BotMob::Networks::Roaming::InboundMessage

# BotMob::InboundMessage

Structured data provided to a bot without a connected network

Public Class Methods

new(**options) click to toggle source
Calls superclass method BotMob::InboundMessage::new
# File lib/bot_mob/networks/roaming/inbound_message.rb, line 8
def initialize(**options)
  @network = :roaming
  super
end