Class: Mailchimp::Mobile

Inherits:
Object
  • Object
show all
Defined in:
lib/mailchimp/api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(master) ⇒ Mobile

Returns a new instance of Mobile.



448
449
450
# File 'lib/mailchimp/api.rb', line 448

def initialize(master)
    @master = master
end

Instance Attribute Details

#masterObject

Returns the value of attribute master.



446
447
448
# File 'lib/mailchimp/api.rb', line 446

def master
  @master
end