Class: Mandrill::Internal

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#masterObject

Returns the value of attribute master.



1438
1439
1440
# File 'lib/mandrill/api.rb', line 1438

def master
  @master
end