Skip to content

Commit

Permalink
added missing concat method
Browse files Browse the repository at this point in the history
  • Loading branch information
reichelt committed Apr 5, 2016
1 parent 0f78f4e commit a098225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pling/mobilant/gateway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a098225

Please sign in to comment.