Class: MandrillDm::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/mandrill_dm.rb

Overview

See Also:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



31
32
33
34
35
# File 'lib/mandrill_dm.rb', line 31

def initialize
  @api_key = ''
  @async = false
  @ip_pool = nil
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



29
30
31
# File 'lib/mandrill_dm.rb', line 29

def api_key
  @api_key
end

#asyncObject

Returns the value of attribute async.



29
30
31
# File 'lib/mandrill_dm.rb', line 29

def async
  @async
end

#ip_poolObject

Returns the value of attribute ip_pool.



29
30
31
# File 'lib/mandrill_dm.rb', line 29

def ip_pool
  @ip_pool
end