class MandrillDm::Configuration
@see MandrillDm.configure
Attributes
api_key[RW]
async[RW]
ip_pool[RW]
Public Class Methods
new()
click to toggle source
# File lib/mandrill_dm.rb, line 27 def initialize @api_key = '' @async = false @ip_pool = nil end