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.



696
697
698
# File 'lib/mandrill/api.rb', line 696

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



694
695
696
# File 'lib/mandrill/api.rb', line 694

def master
  @master
end