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.



1283
1284
1285
# File 'lib/mandrill/api.rb', line 1283

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



1281
1282
1283
# File 'lib/mandrill/api.rb', line 1281

def master
  @master
end