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.



1289
1290
1291
# File 'lib/mandrill/api.rb', line 1289

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



1287
1288
1289
# File 'lib/mandrill/api.rb', line 1287

def master
  @master
end