From a09822595189accf2d59040dfb9656adf4babe1b Mon Sep 17 00:00:00 2001 From: reichelt Date: Tue, 5 Apr 2016 12:41:03 +0200 Subject: [PATCH] added missing concat method --- lib/pling/mobilant/gateway.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/pling/mobilant/gateway.rb b/lib/pling/mobilant/gateway.rb index 6fdb5b1..2161bcf 100644 --- a/lib/pling/mobilant/gateway.rb +++ b/lib/pling/mobilant/gateway.rb @@ -67,6 +67,10 @@ def debug configuration[:debug] ? 1 : nil end + def concat + configuration[:concat] ? 1 : nil + end + def source return nil unless configuration[:source] configuration[:source].to_s.strip