Sha256: 1388488c8c3c21fdd2355afb4cf44d7016a60adac7b39c4adc12f1467ce5cf39

Contents?: true

Size: 150 Bytes

Versions: 5

Compression:

Stored size: 150 Bytes

Contents

require 'mandrill'
require 'mandrill_template/client'

module MandrillClient
  def self.client
    Mandrill::API.new ENV['MANDRILL_APIKEY']
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mandrill-template-manager-0.2.2 lib/mandrill_template/client.rb
mandrill-template-manager-0.2.1 lib/mandrill_template/client.rb
mandrill-template-manager-0.2.0 lib/mandrill_template/client.rb
mandrill-template-manager-0.1.1 lib/mandrill_template/client.rb
mandrill-template-manager-0.1.0 lib/mandrill_template/client.rb