Module: MandrillClient

Defined in:
lib/mandrill_template/client.rb

Class Method Summary collapse

Class Method Details

.clientObject



9
10
11
# File 'lib/mandrill_template/client.rb', line 9

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

.templates_directoryObject



5
6
7
# File 'lib/mandrill_template/client.rb', line 5

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