Class: Mandrill::Internal
- Inherits:
-
Object
- Object
- Mandrill::Internal
- Defined in:
- lib/mandrill/api.rb
Instance Attribute Summary collapse
-
#master ⇒ Object
Returns the value of attribute master.
Instance Method Summary collapse
-
#initialize(master) ⇒ Internal
constructor
A new instance of Internal.
Constructor Details
#initialize(master) ⇒ Internal
Returns a new instance of Internal.
1440 1441 1442 |
# File 'lib/mandrill/api.rb', line 1440 def initialize(master) @master = master end |
Instance Attribute Details
#master ⇒ Object
Returns the value of attribute master.
1438 1439 1440 |
# File 'lib/mandrill/api.rb', line 1438 def master @master end |