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.



920
921
922
# File 'lib/mandrill/api.rb', line 920

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



918
919
920
# File 'lib/mandrill/api.rb', line 918

def master
  @master
end