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.



1061
1062
1063
# File 'lib/mandrill/api.rb', line 1061

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



1059
1060
1061
# File 'lib/mandrill/api.rb', line 1059

def master
  @master
end