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