Class: MandrillDm::Configuration
- Inherits:
-
Object
- Object
- MandrillDm::Configuration
- Defined in:
- lib/mandrill_dm.rb
Overview
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#async ⇒ Object
Returns the value of attribute async.
-
#ip_pool ⇒ Object
Returns the value of attribute ip_pool.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_key ⇒ Object
Returns the value of attribute api_key.
29 30 31 |
# File 'lib/mandrill_dm.rb', line 29 def api_key @api_key end |
#async ⇒ Object
Returns the value of attribute async.
29 30 31 |
# File 'lib/mandrill_dm.rb', line 29 def async @async end |
#ip_pool ⇒ Object
Returns the value of attribute ip_pool.
29 30 31 |
# File 'lib/mandrill_dm.rb', line 29 def ip_pool @ip_pool end |