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.



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

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



1435
1436
1437
# File 'lib/mandrill/api.rb', line 1435

def master
  @master
end