module MailHandler::SQS

Contains everything rellated to SQS communication

Attributes

client[R]

Public Class Methods

setup(config) click to toggle source
# File lib/interfaces/sqs.rb, line 10
def setup(config)
  @client = Client.new config
end