Sha256: 33dd1fc29a6685c254f3a862d11e6cea0f99e2754d075791a3aca1835ca6473e

Contents?: true

Size: 237 Bytes

Versions: 4

Compression:

Stored size: 237 Bytes

Contents

require 'mandrill'
require 'mandrill_template/client'

module MandrillClient
  def self.templates_directory
    ENV['MANDRILL_TEMPLATES_DIR'] || "templates"
  end

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mandrill-template-manager-0.3.3 lib/mandrill_template/client.rb
mandrill-template-manager-0.3.2 lib/mandrill_template/client.rb
mandrill-template-manager-0.3.1 lib/mandrill_template/client.rb
mandrill-template-manager-0.3.0 lib/mandrill_template/client.rb